added routines

added routines
This commit is contained in:
MassimilianoPinto
2014-05-28 15:56:10 +02:00
parent fe0fcd75e4
commit 7108a25299
2 changed files with 4 additions and 0 deletions

View File

@ -123,4 +123,5 @@ extern void server_set_status(SERVER *, int);
extern void server_clear_status(SERVER *, int);
extern void serverAddMonUser(SERVER *, char *, char *);
extern void server_update(SERVER *, char *, char *, char *);
extern void server_set_unique_name(SERVER *, char *);
#endif