]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Change std::pair<bool,std::string> to neater typedef "ModePair"
[user/henk/code/inspircd.git] / include / configreader.h
index b37838cf152b605a44e5a88f0ef8fb3c83fc50ce..c6775bc298e3983e094f2abb96f8310b754aadc7 100644 (file)
@@ -394,4 +394,6 @@ class ServerConfig : public Extensible
        bool DelIOHook(int port);
 };
 
+bool InitializeDisabledCommands(const char* data, InspIRCd* ServerInstance);
+
 #endif