about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/resolv.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/resolv.h b/include/resolv.h
index 12b4f744da..8b5b852647 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -46,6 +46,15 @@ extern int res_ourserver_p (const res_state __statp,
 			    const struct sockaddr_in6 *__inp);
 libc_hidden_proto (__res_ninit)
 libc_hidden_proto (__res_randomid)
+
+int __libc_res_nquery (res_state, const char *, int, int, u_char *, int,
+		       u_char **);
+int __libc_res_nsearch (res_state, const char *, int, int, u_char *, int,
+			u_char **);
+int __libc_res_nsend (res_state, const u_char *, int, u_char *, int,
+		      u_char **)
+  attribute_hidden;
+
 #endif
 
 #endif