X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/d9b420231a4428234f666eb6c44a4dea6f1f2d71..09b51d326c38ea8e10ce4da09c09d50e08c5aeb8:/pcap-bt-linux.h?ds=sidebyside diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h index ed01190f..163bd341 100644 --- a/pcap-bt-linux.h +++ b/pcap-bt-linux.h @@ -11,8 +11,8 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote - * products derived from this software without specific prior written + * 3. The name of the author may not be used to endorse or promote + * products derived from this software without specific prior written * permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -29,12 +29,10 @@ * * Bluetooth sniffing API implementation for Linux platform * By Paolo Abeni - * - * @(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.h,v 1.5 2008-04-04 19:37:45 guy Exp $ (LBL) */ /* * 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_list_t *devlistp, char *err_str); +pcap_t *bt_create(const char *device, char *ebuf, int *is_ours);