summaryrefslogtreecommitdiff
path: root/c-ares.map
blob: 3b303a7b805b6806a0f4f437dcf9466e6b3469a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
CARES_1.2.0 {
global:
    ares_cancel;
    ares_destroy;
    ares_expand_name;
    ares_expand_string;
    ares_fds;
    ares_free_data;
    ares_free_hostent;
    ares_free_string;
    ares_get_servers;
    ares_gethostbyaddr;
    ares_gethostbyname;
    ares_init;
    ares_init_options;
    ares_mkquery;
    ares_parse_a_reply;
    ares_parse_ptr_reply;
    ares_process;
    ares_query;
    ares_search;
    ares_send;
    ares_set_local_dev;
    ares_set_local_ip4;
    ares_set_local_ip6;
    ares_set_servers;
    ares_set_servers_csv;
    ares_strerror;
    ares_timeout;
    ares_version;
local: *;
};

CARES_1.3.1 {
global:
    ares_parse_aaaa_reply;
    ares_getnameinfo;
    ares_getsock;
} CARES_1.2.0;

CARES_1.4.0 {
global:
    ares_save_options;
    ares_destroy_options;
    ares_parse_ns_reply;
    ares_process_fd;
} CARES_1.3.1;

CARES_1.6.0 {
global:
    ares_dup;
    ares_gethostbyname_file;
} CARES_1.4.0;

CARES_1.7.0 {
global:
    ares_set_socket_callback;
    ares_parse_txt_reply;
    ares_parse_srv_reply;
    ares_library_init;
    ares_library_cleanup;
} CARES_1.6.0;

CARES_1.7.1 {
global:
    ares_reinit;
} CARES_1.7.0;

CARES_1.7.2 {
global:
    ares_parse_mx_reply;
} CARES_1.7.1;