aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/arpa/nameser_compat.h1
-rw-r--r--include/resolv.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h
new file mode 100644
index 0000000..bfbb2de
--- /dev/null
+++ b/include/arpa/nameser_compat.h
@@ -0,0 +1 @@
+#include <resolv/arpa/nameser_compat.h>
diff --git a/include/resolv.h b/include/resolv.h
index 95b9eeb..cf4f375 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -1 +1,7 @@
#include <resolv/resolv.h>
+
+/* Internal interfaces. */
+
+extern int __ns_name_ntop (const u_char *, char *, size_t);
+extern int __ns_name_unpack (const u_char *, const u_char *,
+ const u_char *, u_char *, size_t);