summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h
index 50febef59..8334d5dcb 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -128,7 +128,9 @@ class DNS : public Extensible
{
private:
insp_inaddr myserver;
+ static int MasterSocket;
public:
+ static int GetMasterSocket();
int GetIP(const char* name);
int GetName(const insp_inaddr* ip);
DNSResult GetResult();