]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Un-static InspIRCd::Exit and use SignalHandler instead.
[user/henk/code/inspircd.git] / include / inspircd.h
index fff30df9f3f0b5da0f87ad02b798f1093ff745e9..90bd0d70d5852d7216b96c33d509ef9b9afdcbad 100644 (file)
@@ -695,7 +695,7 @@ class CoreExport InspIRCd : public classbase
         * @param The exit code to give to the operating system
         * (See the ExitStatus enum for valid values)
         */
-       static void Exit(int status);
+       void Exit(int status);
 
        /** Causes the server to exit immediately with exit code 0.
         * The status code is required for signal handlers, and ignored.