summaryrefslogtreecommitdiffstats
path: root/network/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/common.h')
-rw-r--r--network/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/common.h b/network/common.h
index 820a2b3a..b3941e4f 100644
--- a/network/common.h
+++ b/network/common.h
@@ -28,7 +28,7 @@ uint16_t bnep_service_id(const char *svc);
const char *bnep_uuid(uint16_t id);
const char *bnep_name(uint16_t id);
-int bnep_kill_connection(const char *addr);
+int bnep_kill_connection(bdaddr_t *dst);
int bnep_kill_all_connections(void);
int bnep_connadd(int sk, uint16_t role, char *dev);