diff options
Diffstat (limited to 'include/s_user.h')
-rw-r--r-- | include/s_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/s_user.h b/include/s_user.h index 732da48..a6a78f3 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -47,7 +47,7 @@ extern void oper_up(struct Client *); extern void register_local_user(struct Client *); extern void register_remote_user(struct Client *, const char *, const char *, - const char *, const char *); + const char *); extern void init_uid(void); extern int valid_sid(const char *); extern int valid_hostname(const char *); |