home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / INTERNET / UPC12B2 / UUCIO / CHECKTIM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-12  |  508 b   |  11 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    c h e c k t i m . h                                             */
  3. /*                                                                    */
  4. /*    Function prototypes for time of day validation routines for     */
  5. /*    UUPC/extended                                                   */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. #define ALL_GRADES 'z'
  9.  
  10. char checktime(const char *xtime);
  11.