diff options
| author | Xin LI <delphij@FreeBSD.org> | 2013-05-30 06:41:26 +0000 | 
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2013-05-30 06:41:26 +0000 | 
| commit | 59ed76438047aa730b3a617abd873b84457fc4fd (patch) | |
| tree | dcf9aa60c012e16ad8a4bb83641d382d572050f8 /pcap-bt-linux.h | |
| parent | 3ca61f8b14e648b24f10072d662c12fb35fc4b44 (diff) | |
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 ed01190f8776..fbe8f4870677 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);  | 
