]> git.ipfire.org Git - thirdparty/kmod.git/blob - libabc/libabc.sym
a1b588b82499b2953da65a14e944489c7716cf11
[thirdparty/kmod.git] / libabc / libabc.sym
1 LIBABC_3 {
2 global:
3 abc_thing_ref;
4 abc_thing_unref;
5 abc_thing_get_ctx;
6 abc_thing_new_from_string;
7 abc_thing_get_some_list_entry;
8 local:
9 *;
10 };
11
12 LIBABC_1 {
13 global:
14 abc_get_userdata;
15 abc_set_userdata;
16 abc_ref;
17 abc_get_log_priority;
18 abc_set_log_fn;
19 abc_unref;
20 abc_set_log_priority;
21 abc_new;
22 local:
23 *;
24 };