home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- *
- * NAME: askyn.h
- *
- * DESCRIPTION: prototype for askyn(), getyn()
- *
- * M O D I F I C A T I O N H I S T O R Y
- *
- * when who what
- * -------------------------------------------------------------------
- *
- *
- *********************************************************************/
-
- #ifndef __ASKYN_H__
- #define __ASKYN_H__
-
- int getyn(int ctl_c);
-
- int askyn(int ctl_c, char *fmt, ...);
-
- #endif /* __ASKYN_H__ */
-
-