Rework update_user_mode()

This commit is contained in:
Kevin Easton
2017-12-04 17:43:47 +11:00
parent 7642e741b9
commit c4ba093ca5
3 changed files with 23 additions and 29 deletions

View File

@@ -29,6 +29,6 @@
void funny_list (char *, char **);
void funny_mode (char *, char **);
void funny_namreply (char *, char **);
void update_user_mode (char *);
void update_user_mode (int, const char *);
#endif /* FUNNY_H_ */