summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dns.h b/include/dns.h
index 6fcabee47..f1c118909 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -37,9 +37,10 @@ class DNS
private:
in_addr *binip;
char* result;
+ char localbuf[1024];
int t;
void dns_init();
- int fd;
+ int myfd;
void dns_init_2(const char* dnsserver);
in_addr *dns_aton4(const char * const ipstring);
char *dns_ntoa4(const in_addr * const ip);