summaryrefslogtreecommitdiffstats
path: root/network/common.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-16 20:54:02 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-16 20:54:02 +0000
commitef29c39ffc97adc9893841165f9e9a3f6a1e9a0a (patch)
treec52388a01e836caa18be12c2c3bfd83ee9982e9f /network/common.h
parentd3d1ce6e2bc9ecbfb70b5d306e419750ba0936b6 (diff)
Move code to bring up interface to common and use it on connection.
Diffstat (limited to 'network/common.h')
-rw-r--r--network/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network/common.h b/network/common.h
index b3941e4f..bfbe83d2 100644
--- a/network/common.h
+++ b/network/common.h
@@ -32,3 +32,4 @@ int bnep_kill_connection(bdaddr_t *dst);
int bnep_kill_all_connections(void);
int bnep_connadd(int sk, uint16_t role, char *dev);
+int bnep_if_up(const char *devname, int up);