From 576dc8caf855dab4be7b9d1b74dbdf6df72aff24 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 28 Jan 2014 16:41:18 +0000 Subject: - register_remote_user(): removed unused realname/gecos parameter git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2956 82007160-df01-0410-b94d-b575c5fd34c7 --- include/s_user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/s_user.h') 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 *); -- cgit