From ef29c39ffc97adc9893841165f9e9a3f6a1e9a0a Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 16 Apr 2007 20:54:02 +0000 Subject: Move code to bring up interface to common and use it on connection. --- network/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'network/common.h') 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); -- cgit