summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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