summaryrefslogtreecommitdiffstats
path: root/include/netutils/ifc.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-02 14:37:07 -0800
committerElliott Hughes <enh@google.com>2015-02-03 11:08:07 -0800
commitf8e83054cb8a8b13ee84a4aeeaa0a2fd8debca81 (patch)
tree6f3b04a2c9c8c96c4b2834dd934041d25c5215a9 /include/netutils/ifc.h
parent520ca3e13a134386762c3fc754a8bc2e51af3c2f (diff)
downloadsystem_core-f8e83054cb8a8b13ee84a4aeeaa0a2fd8debca81.zip
system_core-f8e83054cb8a8b13ee84a4aeeaa0a2fd8debca81.tar.gz
system_core-f8e83054cb8a8b13ee84a4aeeaa0a2fd8debca81.tar.bz2
Remove netcfg's unused options.
Only "netcfg" for a list of interfaces and "netcfg <interface> dhcp" still seem to be used. Change-Id: Iaf499c06b09ffe5e0925339b9cd6e502f3234a86
Diffstat (limited to 'include/netutils/ifc.h')
-rw-r--r--include/netutils/ifc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netutils/ifc.h b/include/netutils/ifc.h
index 3b27234..49e77e4 100644
--- a/include/netutils/ifc.h
+++ b/include/netutils/ifc.h
@@ -51,7 +51,6 @@ extern int ifc_set_hwaddr(const char *name, const void *ptr);
extern int ifc_clear_addresses(const char *name);
extern int ifc_create_default_route(const char *name, in_addr_t addr);
-extern int ifc_remove_default_route(const char *ifname);
extern int ifc_get_info(const char *name, in_addr_t *addr, int *prefixLength,
unsigned *flags);