summary refs log tree commit diff
path: root/src/nm-system.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-03-18 20:17:47 +0100
committerMichael Biebl <biebl@debian.org>2011-03-18 20:17:47 +0100
commite22c6e05e9ebc6cce941762020c5710b8014677b (patch)
tree7e9fd7f8ae24a94b03f683e0cef9a346968e1e8b /src/nm-system.h
parenta6b89d35fabd9f5934b84d7cde22e9268f92c3d3 (diff)
Imported Upstream version 0.8.3.998 upstream/0.8.3.998
Diffstat (limited to 'src/nm-system.h')
-rw-r--r--src/nm-system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-system.h b/src/nm-system.h
index 8cb22d74..094f40ef 100644
--- a/src/nm-system.h
+++ b/src/nm-system.h
@@ -55,7 +55,7 @@ gboolean		nm_system_replace_default_ip4_route_vpn (const char *iface,
 struct rtnl_route *nm_system_add_ip4_vpn_gateway_route (NMDevice *parent_device, NMIP4Config *vpn_config);
 
 
-void			nm_system_device_flush_addresses			(NMDevice *dev);
+void			nm_system_device_flush_addresses			(NMDevice *dev, int family);
 void			nm_system_device_flush_addresses_with_iface	(const char *iface);
 
 void			nm_system_enable_loopback				(void);