9 lines
171 B
C
9 lines
171 B
C
/* $Id: userlist.h,v 1.1 2001/11/12 21:42:18 mbroek Exp $ */
|
|
|
|
#ifndef _USERLIST_H
|
|
#define _USERLIST_H
|
|
|
|
void UserList(char *); /* Get complete users list */
|
|
|
|
#endif
|