diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h index 1b8c740ed..bdc7326bf 100644 --- a/include/dns.h +++ b/include/dns.h @@ -89,6 +89,7 @@ public: * query is invalid for some reason, e.g. the dns server not responding. */ int GetFD(); + void SetNS(std::string dnsserver); }; #endif |