diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 3b1ff5003..631704f99 100644 --- a/include/users.h +++ b/include/users.h @@ -363,5 +363,6 @@ void AddClient(int socket, int port, bool iscached, in_addr ip4); void FullConnectUser(userrec* user, CullList* Goners); userrec* ReHashNick(char* Old, char* New); void force_nickchange(userrec* user,const char* newnick); +void ReadClassesAndTypes(); #endif |