diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |