summaryrefslogtreecommitdiff
path: root/include/s_user.h
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-28 16:41:18 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-28 16:41:18 +0000
commit576dc8caf855dab4be7b9d1b74dbdf6df72aff24 (patch)
treec35bed0451c77eb58cc9549b76dfb11af5e4326e /include/s_user.h
parent92d1f69deb8d90dbedb59fadeb83283a484e1088 (diff)
- 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
Diffstat (limited to 'include/s_user.h')
-rw-r--r--include/s_user.h2
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 *);