Remove unused prototypes (Benoit Boissinot)

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3704 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-05-29 18:29:04 +00:00
parent 2d9e9df3e7
commit b84c65490c

View file

@ -35,12 +35,6 @@
void nm_generic_init (void);
void nm_generic_device_flush_ip4_routes (NMDevice *dev);
void nm_generic_device_flush_ip4_routes_with_iface (const char *iface);
void nm_generic_device_flush_ip4_addresses (NMDevice *dev);
void nm_generic_device_flush_ip4_addresses_with_iface (const char *iface);
void nm_generic_enable_loopback (void);
void nm_generic_kill_all_dhcp_daemons (void);
void nm_generic_update_dns (void);