summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h
index 9a93a9da7..61c35b073 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -57,6 +57,7 @@ public:
bool ForwardLookup(std::string host);
bool HasResult();
std::string GetResult();
+ int GetFD();
};
#endif