mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:32:16 +00:00
Declare bt_devenum() to match the definition.
Obtained from: CheriBSD (1c1dad87ef9983a4ca0c7d6eb0792d489436bcd1) MFC after: 1 week Sponsored by: DARPA, AFRL
This commit is contained in:
parent
d5e53f99be
commit
34fe534bcf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295028
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user