diff options
Diffstat (limited to 'pcap-bt-linux.h')
-rw-r--r-- | pcap-bt-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h index cacbd2f..163bd34 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 @@ -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); |