diff options
Diffstat (limited to 'pcap-bt-linux.h')
-rw-r--r-- | pcap-bt-linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h index ed01190f..fbe8f487 100644 --- a/pcap-bt-linux.h +++ b/pcap-bt-linux.h @@ -36,5 +36,5 @@ /* * Prototypes for Bluetooth-related functions */ -int bt_platform_finddevs(pcap_if_t **alldevsp, char *err_str); -pcap_t *bt_create(const char *device, char *ebuf); +int bt_findalldevs(pcap_if_t **alldevsp, char *err_str); +pcap_t *bt_create(const char *device, char *ebuf, int *is_ours); |