AlloyMUSH-1.1/conf/
AlloyMUSH-1.1/misc/
AlloyMUSH-1.1/scripts/
AlloyMUSH-1.1/vms/
/* rwho_clilib.h - prototypes for functions in rwho_clilib.c */
#ifndef _rwho_clilib_h
#define _rwho_clilib_h

#ifndef	lint
static char rwho_clilib_RCSid[] = "$Id: rwho_clilib.h,v 1.3 1994/10/24 15:01:47 xmen Exp $";

#endif

extern int FDECL(rwhocli_setup, (char *, int, char *, char *, char *));
extern int NDECL(rwhocli_shutdown);
extern int NDECL(rwhocli_pingalive);
extern int FDECL(rwhocli_userlogin, (char *, char *, time_t));
extern int FDECL(rwhocli_userlogout, (char *));
extern void NDECL(rwho_update);

#endif /* _rwho_clilib_h */