aboutsummaryrefslogtreecommitdiff
path: root/lib/libbluetooth
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2016-01-29 00:59:48 +0000
committerBrooks Davis <brooks@FreeBSD.org>2016-01-29 00:59:48 +0000
commit34fe534bcf5df0877bd430f1dcf759551cebbbf8 (patch)
treefc1d07c571272d1376c494a20cb1f29f99066e0f /lib/libbluetooth
parentd5e53f99beecd2ef88a560aff9cce79c2284a425 (diff)
downloadsrc-34fe534bcf5df0877bd430f1dcf759551cebbbf8.tar.gz
src-34fe534bcf5df0877bd430f1dcf759551cebbbf8.zip
Notes
Diffstat (limited to 'lib/libbluetooth')
-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 0435b4e2f232..85059972cbb1 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)