home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / pty / part06 / logs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-08  |  169 b   |  11 lines

  1. /* Copyright 1990, Daniel J. Bernstein. All rights reserved. */
  2.  
  3. #ifndef PTY_LOGS_H
  4. #define PTY_LOGS_H
  5.  
  6. extern long now();
  7. extern int utmp();
  8. extern int wtmp();
  9.  
  10. #endif
  11.