diff options
Diffstat (limited to 'user.h')
-rw-r--r-- | user.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ struct user_t { }; void user_init(); -struct user_t *user_get(char *nick); +struct user_t *user_get(char *_nick); void user_free(); extern struct user_t *users; |