9 lines
121 B
C
9 lines
121 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _USERLIST_H
|
||
|
#define _USERLIST_H
|
||
|
|
||
|
void UserList(char *); /* Get complete users list */
|
||
|
|
||
|
#endif
|