summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index b37838cf1..c6775bc29 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -394,4 +394,6 @@ class ServerConfig : public Extensible
bool DelIOHook(int port);
};
+bool InitializeDisabledCommands(const char* data, InspIRCd* ServerInstance);
+
#endif