From 26c64a80a066ee3c19672df5e162c1959522f591 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 18:36:06 +0000 Subject: Made LoadModule and UnloadModule public git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2444 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index dd994f0fc..d2a93bdef 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -98,13 +98,13 @@ class InspIRCd private: void erase_factory(int j); void erase_module(int j); - bool UnloadModule(const char* filename); - bool LoadModule(const char* filename); public: time_t startup_time; std::vector module_sockets; - + + bool LoadModule(const char* filename); + bool UnloadModule(const char* filename); InspIRCd(int argc, char** argv); int Run(); -- cgit v1.2.3