summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-12 20:25:51 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-12 20:25:51 +0000
commit6c725e7a4f39d898024d85b3b93265d3172c5183 (patch)
tree041a5e0eeda2cefcbc3ddc5826ff0c5ba30331b3 /include/users.h
parent8aa7f73bd76d5faacbfef59b308de7314d926fbf (diff)
Replaced sprintf's with some char* voodoo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2781 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index 43150d169..c62e8617b 100644
--- a/include/users.h
+++ b/include/users.h
@@ -313,6 +313,8 @@ class userrec : public connection
*/
InvitedList* GetInviteList();
+ void MakeHost(char* nhost);
+
/** Shuts down and closes the user's socket
*/
void CloseSocket();