mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
resolv: Remove unsupported hook functions from the API [BZ #20016]
This commit is contained in:
@ -33,8 +33,6 @@ extern u_int32_t _getlong (const u_char *__src);
|
||||
extern u_int16_t _getshort (const u_char *__src);
|
||||
extern void res_pquery (const res_state __statp, const u_char *__msg,
|
||||
int __len, FILE *__file);
|
||||
extern void res_send_setqhook (res_send_qhook __hook);
|
||||
extern void res_send_setrhook (res_send_rhook __hook);
|
||||
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