diff options
author | Elliott Hughes <enh@google.com> | 2015-02-03 20:09:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-03 20:09:30 +0000 |
commit | dbf6f33e84a4de9944b782ec079ba8b51f3e9c25 (patch) | |
tree | 1458f1ccc3a853d0545c560e1bdc59662e4d4ab1 /include | |
parent | f93f8903f7537acde2f0c0fc5c61ad82e09ef64c (diff) | |
parent | 2b2b7632f55ca73562361cf4d06e60e7b62f7ff4 (diff) | |
download | system_core-dbf6f33e84a4de9944b782ec079ba8b51f3e9c25.zip system_core-dbf6f33e84a4de9944b782ec079ba8b51f3e9c25.tar.gz system_core-dbf6f33e84a4de9944b782ec079ba8b51f3e9c25.tar.bz2 |
am 2b2b7632: Merge "Revert "Remove netcfg\'s unused options.""
* commit '2b2b7632f55ca73562361cf4d06e60e7b62f7ff4':
Revert "Remove netcfg's unused options."
Diffstat (limited to 'include')
-rw-r--r-- | include/netutils/ifc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netutils/ifc.h b/include/netutils/ifc.h index 49e77e4..3b27234 100644 --- a/include/netutils/ifc.h +++ b/include/netutils/ifc.h @@ -51,6 +51,7 @@ 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); |