home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3065 / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-15  |  506 b   |  22 lines

  1. /*
  2.  *    util.h : External defs for callers of misc routines.
  3.  *
  4.  *      George Ferguson, ferguson@cs.rochester.edu, 27 Oct 1990.
  5.  *    Version 1.1 - 27 Feb 1991.
  6.  *
  7.  *      $Id: util.h,v 2.1 91/02/28 11:21:39 ferguson Exp $
  8.  *
  9.  */
  10. #ifndef UTIL_H
  11. #define UTIL_H
  12.  
  13. extern int computeDOW(), firstDOW(), lastDay();
  14. extern void nextDay(),prevDay(),getCurrentDate();
  15. extern int parseDate();
  16. extern void parseLine();
  17. extern char *expandFilename();
  18. extern int strtotime();
  19. extern char *timetostr();
  20.  
  21. #endif /* UTIL_H */
  22.