diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-12 12:26:58 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-12 12:26:58 +0000 |
commit | 069fa0a4727139c4df17b1112b4d70e6b4f53433 (patch) | |
tree | f4c28304abcd42d89659e996b3f47842e0e7f1be /include/modules.h | |
parent | b864f69ce98841fd54e2328b49e34b5be49525b8 (diff) |
Test framework in m_testcommand, add interface
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4354 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index a1d350b8f..f7b8bc53a 100644 --- a/include/modules.h +++ b/include/modules.h @@ -71,6 +71,7 @@ enum TargetTypeFlags { #include <typeinfo> #include "timer.h" #include "mode.h" +#include "dns.h" class Server; class ServerConfig; @@ -1431,6 +1432,8 @@ class Server : public Extensible virtual bool DelModeWatcher(ModeWatcher* mw); + virtual bool AddResolver(Resolver* r); + /** Adds a command to the command table. * This allows modules to add extra commands into the command table. You must place a function within your * module which is is of type handlerfunc: |