This is authuser.h in view mode; [Download] [Up]
#ifndef AUTHUSER_H #define AUTHUSER_H extern unsigned short auth_tcpport; #ifdef __STDC__ extern char *auth_xline(register char *user, register int fd, register long unsigned int *in); extern int auth_fd(register int fd, register long unsigned int *in, register short unsigned int *local, register short unsigned int *remote); extern char *auth_tcpuser(register long unsigned int in, register short unsigned int local, register short unsigned int remote); #else extern char *auth_xline(); extern int auth_fd(); extern char *auth_tcpuser(); #endif #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.