]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Optimisation of optimisation :P ty w00tie
[user/henk/code/inspircd.git] / include / users.h
index 3b1ff5003386981ffe29381e0f4f33344a08c084..b56af660636df318328e67b36f88c0998d94e036 100644 (file)
@@ -37,7 +37,7 @@
 #define CC_ALLOW       0
 #define CC_DENY                1
 
-template<typename T> inline string ConvToStr(const T &in);
+template<typename T> string ConvToStr(const T &in);
 
 /** Holds a channel name to which a user has been invited.
  */
@@ -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