diff options
Diffstat (limited to 'src/NetworkManagerSystem.h')
-rw-r--r-- | src/NetworkManagerSystem.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/NetworkManagerSystem.h b/src/NetworkManagerSystem.h index fa2b337957..60e24c6abb 100644 --- a/src/NetworkManagerSystem.h +++ b/src/NetworkManagerSystem.h @@ -32,8 +32,6 @@ * implemented in the backend files in backends/ directory */ -void nm_system_init (void); - void nm_system_device_flush_ip4_routes (NMDevice *dev); void nm_system_device_flush_ip4_routes_with_iface (const char *iface); @@ -45,7 +43,6 @@ void nm_system_device_flush_ip4_addresses (NMDevice *dev); void nm_system_device_flush_ip4_addresses_with_iface (const char *iface); void nm_system_enable_loopback (void); -void nm_system_kill_all_dhcp_daemons (void); void nm_system_update_dns (void); gboolean nm_system_device_set_from_ip4_config (const char *iface, @@ -65,12 +62,6 @@ gboolean nm_system_device_set_up_down_with_iface (const char *iface, gboolean gboolean nm_system_device_is_up (NMDevice *device); gboolean nm_system_device_is_up_with_iface (const char *iface); -void nm_system_set_hostname (NMIP4Config *config); -void nm_system_activate_nis (NMIP4Config *config); -void nm_system_shutdown_nis (void); - gboolean nm_system_device_set_mtu (const char *iface, guint32 mtu); -gboolean nm_system_should_modify_resolv_conf (void); - #endif |