aboutsummaryrefslogtreecommitdiff
path: root/pcap-bt-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-bt-linux.h')
-rw-r--r--pcap-bt-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h
index e098654dcbc8..163bd341fc78 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);