diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-02-11 16:21:43 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-02-11 16:21:43 +0000 |
commit | 6c8cc2d3042d0585741452006c29cb21fbba39ea (patch) | |
tree | 9050443fde19b762762681cb114b3ca55831a038 /include | |
parent | ce28a8ab09cdd49890261d37b5b9280131d18014 (diff) | |
download | glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.tar glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.tar.gz glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.tar.bz2 glibc-6c8cc2d3042d0585741452006c29cb21fbba39ea.zip |
Updated to fedora-glibc-20070211T1607cvs/fedora-glibc-2_5_90-17
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) |