From 0bb707c10c04621f9eb8fdf5211bec8156dbca11 Mon Sep 17 00:00:00 2001 From: peavey Date: Wed, 25 Jul 2007 20:23:18 +0000 Subject: Un-static InspIRCd::Exit and use SignalHandler instead. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7572 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspircd.h') 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. -- cgit v1.2.3