about summary refs log tree commit diff
path: root/include/resolv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resolv.h')
-rw-r--r--include/resolv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/resolv.h b/include/resolv.h
index 95b9eebef8..cf4f3754b0 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);