summaryrefslogtreecommitdiffstats
path: root/network/common.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-27 22:11:29 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-27 22:11:29 +0000
commite7b6b11e91bb59eccf844abe4bb47b015b0c3cdf (patch)
tree204155dc06f7622c8d81250d64ca31ffc11c01b1 /network/common.h
parentfab1c990ee59d3f41331f6c612ba302c2543710b (diff)
Get rid of old ioctl compability hack.
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);