diff options
author | Antti Kaijanmäki <antti@kaijanmaki.net> | 2008-08-18 08:30:28 +0000 |
---|---|---|
committer | Antti Kaijanmäki <antti@kaijanmaki.net> | 2008-08-18 08:30:28 +0000 |
commit | 2c21a2fe6b0498585fba0beb003ac8aa6351803c (patch) | |
tree | 9544edfe2ed9a6c96eda933c35fb5110f1d666c6 /src/NetworkManagerSystem.h | |
parent | e04934d93efba622123809cc767488af673b2967 (diff) | |
download | NetworkManager-mbca.tar.gz |
keep up with trunkmbca
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/branches/mbca@3981 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
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 |