From 4d941f1b7ab853c7cfb014fb1436aac8e9397c0a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 2 Aug 2006 19:59:06 +0000 Subject: Move more stuff into class DNS git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4651 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 8e75c256c..e698efe21 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -103,6 +103,7 @@ class InspIRCd : public classbase CommandParser* Parser; SocketEngine* SE; serverstats* stats; + DNS* Res; std::string GetRevision(); std::string GetVersionString(); @@ -113,7 +114,6 @@ class InspIRCd : public classbase InspIRCd(int argc, char** argv); void DoOneIteration(bool process_module_sockets); int Run(); - }; /* Miscellaneous stuff here, moved from inspircd_io.h */ -- cgit v1.2.3