ncohafmuta-1.4.2/bot/
ncohafmuta-1.4.2/helpfiles/
ncohafmuta-1.4.2/lib/emailver/
ncohafmuta-1.4.2/tzinfo/Atlantic/
ncohafmuta-1.4.2/tzinfo/Brazil/
ncohafmuta-1.4.2/tzinfo/Chile/
ncohafmuta-1.4.2/tzinfo/Indian/
ncohafmuta-1.4.2/tzinfo/Mexico/
ncohafmuta-1.4.2/tzinfo/Mideast/
ncohafmuta-1.4.2/tzinfo/SystemV/
ncohafmuta-1.4.2/utils/
ncohafmuta-1.4.2/utils/code_fragments/new_config/
#ifndef _AUTHUSER_H
#define _AUTHUSER_H

/*
extern unsigned short auth_tcpport;
extern int            auth_rtimeout;
extern int            auth_wtimeout;
*/

extern char *auth_xline(register char *user, register int fd, register unsigned long *in);
extern int auth_fd(register int fd, register unsigned long *in, register unsigned short *local, register unsigned short *remote);
extern int auth_fd2(register int fd, register unsigned long *inlocal, register unsigned long *inremote, register unsigned short *local, register unsigned short *remote);
extern int auth_tcpsock(register unsigned long inlocal, register unsigned long inremote);
extern char *auth_tcpuser(register unsigned in, register unsigned short local, register unsigned short remote);
extern char *auth_tcpuser2(register unsigned long inlocal, register unsigned long inremote, register unsigned short local, register unsigned short remote);
extern char *auth_tcpuser3(register unsigned long inlocal, register unsigned long inremote, register unsigned short local, register unsigned short remote);
extern char *auth_tcpuser4(register unsigned long inlocal, register unsigned long inremote, register unsigned short local, register unsigned short remote, register int wtimeout, register int rtimeout);
extern char *auth_sockuser(register int s, register unsigned short local, register unsigned short remote);
extern char *auth_sockuser2(register int s, register unsigned short local, register unsigned short remote, int rtimeout, int wtimeout);

#endif /* _AUTHUSER_H */