diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
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(); |