diff options
Diffstat (limited to 'include')
-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: |