home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / tcpip / nntp-1.5 / nntp-1 / nntp.1.5.11t / server / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-17  |  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.