summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 822be147e..a9873ff76 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -127,6 +127,13 @@ class InspIRCd
};
+/* Miscellaneous stuff here, moved from inspircd_io.h */
+void Exit(int status);
+void Start();
+void SetSignals();
+bool DaemonSeed();
+void WritePID(const std::string &filename);
+
/* userrec optimization stuff */
void AddServerName(std::string servername);
const char* FindServerNamePtr(std::string servername);