From a2db57476cfba84fc739ff1c5d907f03c7058257 Mon Sep 17 00:00:00 2001 From: Jean-Benoit MARTIN Date: Fri, 7 Nov 2014 15:44:25 +0100 Subject: Imported Upstream version 1.6.1 --- pcap-bt-linux.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pcap-bt-linux.h') diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h index ed01190..cacbd2f 100644 --- a/pcap-bt-linux.h +++ b/pcap-bt-linux.h @@ -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_t **alldevsp, char *err_str); +pcap_t *bt_create(const char *device, char *ebuf, int *is_ours); -- cgit v1.2.3