summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-25 20:23:18 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-25 20:23:18 +0000
commit0bb707c10c04621f9eb8fdf5211bec8156dbca11 (patch)
treeeea721afa38842c6afdd33ff4a0c3c650c42e491 /include/inspircd.h
parenteadd5cce87ff5d17a3506bc0750e21e3d5035143 (diff)
Un-static InspIRCd::Exit and use SignalHandler instead.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7572 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index fff30df9f..90bd0d70d 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -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.