]> git.ipfire.org Git - thirdparty/glibc.git/blob - resolv/Versions
8131f1dd7d5d39cf9c372bf07c795b29a4af404a
[thirdparty/glibc.git] / resolv / Versions
1 libc {
2 GLIBC_2.0 {
3 # global variables
4 _h_errno; _res;
5
6 # helper functions
7 __h_errno_location;
8
9 # functions used in other libraries
10 __res_randomid;
11
12 # variables in normal name space
13 h_errlist; h_errno; h_nerr;
14
15 # h*
16 herror; hstrerror;
17
18 # r*
19 res_init;
20 }
21 GLIBC_2.2 {
22 # r*
23 __res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
24 }
25 }
26
27 libresolv {
28 GLIBC_2.0 {
29 _gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
30 _getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
31 inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
32 res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
33 res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
34 # Variables
35 __p_class_syms; __p_type_syms;
36 # Private routines shared between libc/net, named, nslookup and others.
37 __b64_ntop; __b64_pton;
38 __dn_comp; __dn_count_labels; __dn_skipname;
39 __fp_nquery; __fp_query; __fp_resstat; __hostalias;
40 __loc_aton; __loc_ntoa;
41 __p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
42 __p_query; __p_rr; __p_secstodate; __p_time; __p_type;
43 __putlong; __putshort;
44 __res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
45 __res_nameinquery; __res_ownok; __res_queriesmatch;
46 __res_send;
47 __sym_ntop; __sym_ntos; __sym_ston;
48 }
49 GLIBC_2.1 {
50 # Needed in libnss_dns.
51 __ns_name_unpack; __ns_name_ntop;
52 }
53 GLIBC_2.2 {
54 __dn_expand;
55 __ns_get16; __ns_samename;
56 __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
57 __res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
58 __res_querydomain; __res_search;
59 }
60 }
61
62 libnss_dns {
63 GLIBC_2.0 {
64 _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
65 _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
66 _nss_dns_getnetbyname_r;
67 }
68 }