summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2016-01-29 00:59:48 +0000
committerbrooks <brooks@FreeBSD.org>2016-01-29 00:59:48 +0000
commit05bb4186fe7470ffedb6642d1c9b9748dce7f1ef (patch)
treefc1d07c571272d1376c494a20cb1f29f99066e0f /lib
parent885522c5df9f3ec6b8d0bbddf1ec3ed04937a89b (diff)
downloadFreeBSD-src-05bb4186fe7470ffedb6642d1c9b9748dce7f1ef.zip
FreeBSD-src-05bb4186fe7470ffedb6642d1c9b9748dce7f1ef.tar.gz
Declare bt_devenum() to match the definition.
Obtained from: CheriBSD (1c1dad87ef9983a4ca0c7d6eb0792d489436bcd1) MFC after: 1 week Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib')
-rw-r--r--lib/libbluetooth/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h
index 0435b4e..8505997 100644
--- a/lib/libbluetooth/bluetooth.h
+++ b/lib/libbluetooth/bluetooth.h
@@ -178,7 +178,7 @@ int bt_devfilter_evt_tst(struct bt_devfilter const *filter, uint8_t event);
int bt_devinquiry(char const *devname, time_t length, int num_rsp,
struct bt_devinquiry **ii);
int bt_devinfo (struct bt_devinfo *di);
-int bt_devenum (bt_devenum_cb_t *cb, void *arg);
+int bt_devenum (bt_devenum_cb_t cb, void *arg);
/*
* bdaddr utility functions (from NetBSD)
OpenPOWER on IntegriCloud