diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/locale.h | 1 | ||||
-rw-r--r-- | include/resolv.h | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h index 5226001929..a296a5f8f6 100644 --- a/include/locale.h +++ b/include/locale.h @@ -4,6 +4,7 @@ extern __typeof (uselocale) __uselocale; libc_hidden_proto (setlocale) +libc_hidden_proto (__uselocale) /* This has to be changed whenever a new locale is defined. */ #define __LC_LAST 13 diff --git a/include/resolv.h b/include/resolv.h index 189e4fb58b..c1c89f0ada 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -48,6 +48,8 @@ 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); +extern int __res_nopt(res_state statp, int n0, u_char *buf, int buflen, + int anslen); libc_hidden_proto (__res_ninit) libc_hidden_proto (__res_maybe_init) libc_hidden_proto (__res_nclose) @@ -100,6 +102,7 @@ libresolv_hidden_proto (__ns_name_ntop) libresolv_hidden_proto (__ns_name_unpack) libresolv_hidden_proto (__ns_get16) libresolv_hidden_proto (__ns_get32) +libresolv_hidden_proto (__res_nopt) extern const char *_res_opcodes[]; libresolv_hidden_proto (_res_opcodes) |