Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.in
[glibc.git] / resolv / Versions
blob112f55a19e347e1a594e44ac183607661b8bf4a3
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     _h_errno; _res;
6     # helper functions
7     __h_errno_location;
9     # functions used in other libraries
10     __res_randomid;
12     # variables in normal name space
13     h_errlist; h_errno; h_nerr;
15     # h*
16     herror; hstrerror;
18     # r*
19     res_init;
20   }
23 libresolv {
24   GLIBC_2.0 {
25     _gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
26     _getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
27     inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
28     res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
29     res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
30     # Variables
31     __p_class_syms; __p_type_syms;
32     # Private routines shared between libc/net, named, nslookup and others.
33     __b64_ntop; __b64_pton;
34     __dn_comp;  __dn_count_labels; __dn_skipname;
35     __fp_nquery; __fp_query; __fp_resstat; __hostalias;
36     __loc_aton; __loc_ntoa;
37     __p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
38     __p_query; __p_rr; __p_secstodate; __p_time; __p_type;
39     __putlong; __putshort;
40     __res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
41     __res_nameinquery; __res_ownok; __res_queriesmatch;
42     __res_send;
43     __sym_ntop; __sym_ntos; __sym_ston;
44   }
47 libnss_dns {
48   GLIBC_2.0 {
49     _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
50     _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
51     _nss_dns_getnetbyname_r;
52   }