libnm/build: un-export wrong symbols for nm-manager.h

libnm/nm-manager.h is a private header file. It's symbols
should not be exported.

Fixes: 75aa3ea194
This commit is contained in:
Thomas Haller 2017-08-21 12:19:14 +02:00
parent 13f955db58
commit a3e84daf44

View file

@ -1185,9 +1185,6 @@ global:
nm_client_connectivity_check_set_enabled;
nm_device_dummy_get_hw_address;
nm_device_ppp_get_type;
nm_manager_connectivity_check_get_available;
nm_manager_connectivity_check_get_enabled;
nm_manager_connectivity_check_set_enabled;
nm_setting_bridge_get_group_forward_mask;
nm_setting_pppoe_get_parent;
nm_setting_wireless_security_get_pmf;