summaryrefslogtreecommitdiff
path: root/include/resolv.h
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/resolv.h
parent4d4ce84924dbde90294522598212e997b5f719e9 (diff)
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/resolv.h')
-rw-r--r--include/resolv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/resolv.h b/include/resolv.h
index 37e4047ac4..4d5b51e873 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);