home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume22 / auth / part01 / authuser.h < prev    next >
C/C++ Source or Header  |  1990-04-29  |  279b  |  16 lines

  1. #ifndef AUTHUSER_H
  2. #define AUTHUSER_H
  3.  
  4. extern char authuserauthor[];
  5. extern char authuserversion[];
  6. extern char authusercopyright[];
  7. extern char authuserwarranty[];
  8. extern char authuserhelp[];
  9.  
  10. int auth_casecmp();
  11. char *auth_xline();
  12. int auth_fd();
  13. char *auth_tcpuser();
  14.  
  15. #endif
  16.