diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-10-27 21:39:59 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-10-27 21:39:59 +0000 |
commit | 0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200 (patch) | |
tree | d9bf37b1a193cb3a52c598349d33c61c00a6aeca /include/resolv.h | |
parent | aa85b49673c934c0eeeec9e6e302f94fa1b165ab (diff) | |
download | glibc-0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200.tar.gz glibc-0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200.tar.xz glibc-0b5cfa4e0b7c9dc2cd81635307613c86c0f5e200.zip |
2.3.3-74 cvs/fedora-glibc-2_3_3-74
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/resolv.h b/include/resolv.h index 6f1c343b4a..9c24bd3bc7 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -98,6 +98,9 @@ libresolv_hidden_proto (__ns_name_unpack) libresolv_hidden_proto (__ns_get16) libresolv_hidden_proto (__ns_get32) +extern const char *_res_opcodes[]; +libresolv_hidden_proto (_res_opcodes) + #endif #endif |