mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
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.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user