diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-28 03:29:31 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-28 03:29:31 +0100 |
commit | 1c74d1d740d16d2ede335693052b52342717b5d8 (patch) | |
tree | edab6cc2f890f983ccccc4121195c529a2b47b4f /plugins/inet.h | |
parent | 6877247bb62d3492570a4ee4c134f495cb680e92 (diff) | |
download | connman-1c74d1d740d16d2ede335693052b52342717b5d8.tar.gz connman-1c74d1d740d16d2ede335693052b52342717b5d8.tar.bz2 connman-1c74d1d740d16d2ede335693052b52342717b5d8.zip |
Add helpers for ifup and ifdown
Diffstat (limited to 'plugins/inet.h')
-rw-r--r-- | plugins/inet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/inet.h b/plugins/inet.h index afa80253..3246cc13 100644 --- a/plugins/inet.h +++ b/plugins/inet.h @@ -21,3 +21,6 @@ char *inet_index2name(int index); char *inet_index2ident(int index, const char *prefix); + +int inet_ifup(int index); +int inet_ifdown(int index); |