From 2983801517a96a2256a7c1761a6c40d711f67585 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 12 Apr 2013 11:57:26 +0000 Subject: - Removed recently added m_svshost.c. Services may now change the host of a specific user via "SVSMODE +x " git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1819 82007160-df01-0410-b94d-b575c5fd34c7 --- include/s_user.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/s_user.h b/include/s_user.h index e90a31d..a0f167f 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -57,5 +57,6 @@ extern void add_isupport(const char *, const char *, int); extern void delete_isupport(const char *); extern void init_isupport(void); extern void rebuild_isupport_message_line(void); +extern void user_set_hostmask(struct Client *, const char *); #endif -- cgit