home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / nntp1.5 / part01 / server / time.h < prev   
Encoding:
C/C++ Source or Header  |  1988-04-18  |  177 b   |  11 lines

  1. /*
  2.  * Time manipulation routines.
  3.  *
  4.  * @(#)time.h    1.1    (Berkeley) 12/18/87
  5.  */
  6.  
  7. extern    long    dtol();
  8. extern    char    *ltod();
  9. extern    long    local_to_gmt();
  10. extern    long    gmt_to_local();
  11.