aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2011-07-08 10:27:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-07-08 10:27:09 -0700
commit436deea5bbd43ae402ca8ee5bbc7fed3daaf3fce (patch)
tree00dde95b946a0fd45f7d0ca1bdcdf50b6798e714 /include
parent6a18a07774123c409cefd9a92f1c4c6504f4edfd (diff)
parent979203ee34084327bf4f20ad1f878450de94826e (diff)
downloadsystem_core-436deea5bbd43ae402ca8ee5bbc7fed3daaf3fce.tar.gz
system_core-436deea5bbd43ae402ca8ee5bbc7fed3daaf3fce.tar.bz2
system_core-436deea5bbd43ae402ca8ee5bbc7fed3daaf3fce.zip
am 979203ee: Add reset_mask as parameter to ifc_reset_connections
* commit '979203ee34084327bf4f20ad1f878450de94826e': Add reset_mask as parameter to ifc_reset_connections
Diffstat (limited to 'include')
-rw-r--r--include/netutils/ifc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netutils/ifc.h b/include/netutils/ifc.h
index 36827ee4..575e72ef 100644
--- a/include/netutils/ifc.h
+++ b/include/netutils/ifc.h
@@ -34,7 +34,7 @@ extern int ifc_down(const char *name);
extern int ifc_enable(const char *ifname);
extern int ifc_disable(const char *ifname);
-extern int ifc_reset_connections(const char *ifname);
+extern int ifc_reset_connections(const char *ifname, const int reset_mask);
extern int ifc_get_addr(const char *name, in_addr_t *addr);
extern int ifc_set_addr(const char *name, in_addr_t addr);