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 d89a0f11f..c22964a4c 100644 --- a/include/users.h +++ b/include/users.h @@ -315,6 +315,8 @@ class userrec : public connection void MakeHost(char* nhost); + char* MakeWildHost(); + /** Shuts down and closes the user's socket */ void CloseSocket(); |