summaryrefslogtreecommitdiff
path: root/resolv/res_data.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 19:58:36 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 19:58:36 +0000
commited073f0e6249dc1bcecb3f72fa941d01b516be3f (patch)
tree8dfe5133dfe2d1516103f7f46cca1ff44bdb4f01 /resolv/res_data.c
parent27ee0a559513db0d0e650761b6f4268b39199c74 (diff)
Add prototype for foo.
Diffstat (limited to 'resolv/res_data.c')
-rw-r--r--resolv/res_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv/res_data.c b/resolv/res_data.c
index c8aa5c52b9..a365698e82 100644
--- a/resolv/res_data.c
+++ b/resolv/res_data.c
@@ -82,9 +82,10 @@ struct __res_state _res
#endif
/* Proto. */
-
+#ifndef _LIBC
int res_ourserver_p(const res_state, const struct sockaddr_in *);
void res_pquery(const res_state, const u_char *, int, FILE *);
+#endif
#ifndef _LIBC
/* Moved to res_libc.c since res_init() should go into libc.so but the