summaryrefslogtreecommitdiff
path: root/include/resolv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resolv.h')
-rw-r--r--include/resolv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/resolv.h b/include/resolv.h
index 4f6feed20..76b97945d 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -90,4 +90,8 @@ extern void close_nameservers(void);
extern struct hostent * gethostbyname(const char * name);
extern struct hostent * gethostbyaddr(const char * addr, int len, int type);
+extern int res_init(void);
+extern int res_query(const char *dname, int class, int type,
+ unsigned char *answer, int anslen);
+
#endif /*_RESOLV_H_*/