X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/f0b11471594801ed0bfbf7af9bba164ccc134ac5..09b51d326c38ea8e10ce4da09c09d50e08c5aeb8:/pcap-bt-linux.h diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h index e098654d..163bd341 100644 --- a/pcap-bt-linux.h +++ b/pcap-bt-linux.h @@ -34,5 +34,5 @@ /* * Prototypes for Bluetooth-related functions */ -int bt_findalldevs(pcap_if_t **alldevsp, char *err_str); +int bt_findalldevs(pcap_if_list_t *devlistp, char *err_str); pcap_t *bt_create(const char *device, char *ebuf, int *is_ours);