home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NNTP-1.000 / 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.