]> git.ipfire.org Git - people/ms/network.git/blob - src/libnetwork/libnetwork.sym
libnetwork: Remove debug output
[people/ms/network.git] / src / libnetwork / libnetwork.sym
1 LIBNETWORK_0 {
2 global:
3 network_interface_get_name;
4 network_interface_new;
5 network_interface_ref;
6 network_interface_unref;
7 network_new;
8 network_phy_has_ht_capability;
9 network_phy_has_vht_capability;
10 network_phy_list_ht_capabilities;
11 network_phy_list_vht_capabilities;
12 network_phy_new;
13 network_phy_ref;
14 network_phy_unref;
15 network_ref;
16 network_unref;
17 network_version;
18 local:
19 *;
20 };