aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-30 11:31:35 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-30 11:31:35 +0200
commitd85f99679d89fb47426301620b7a980388fddcfd (patch)
treee3bc95de2ce21a0e77a680647a1b3febee8a698b /include
parent4d4ce84924dbde90294522598212e997b5f719e9 (diff)
downloadglibc-d85f99679d89fb47426301620b7a980388fddcfd.zip
glibc-d85f99679d89fb47426301620b7a980388fddcfd.tar.gz
glibc-d85f99679d89fb47426301620b7a980388fddcfd.tar.bz2
resolv: Move fp_nquery, fp_query, p_query, _res_opcodes
From res_data.c to res_debug.c. Also drop the unnecessary _res initialization from fp_nquery.
Diffstat (limited to 'include')
-rw-r--r--include/resolv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h
index 37e4047..4d5b51e 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -32,8 +32,6 @@ extern struct hostent *_gethtbyname2 (const char *__name, int __af);
struct hostent *_gethtbyaddr (const char *addr, size_t __len, int __af);
extern uint32_t _getlong (const unsigned char *__src);
extern uint16_t _getshort (const unsigned char *__src);
-extern void res_pquery (const res_state __statp, const unsigned char *__msg,
- int __len, FILE *__file);
extern int res_ourserver_p (const res_state __statp,
const struct sockaddr_in6 *__inp);
extern void __res_iclose (res_state statp, bool free_addr);