diff options
Diffstat (limited to 'pcap-usb-linux.h')
| -rw-r--r-- | pcap-usb-linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-usb-linux.h b/pcap-usb-linux.h index 2d9638c544c4..d64386dbb53c 100644 --- a/pcap-usb-linux.h +++ b/pcap-usb-linux.h @@ -36,5 +36,5 @@ /* * Prototypes for USB-related functions */ -int usb_platform_finddevs(pcap_if_t **alldevsp, char *err_str); -pcap_t *usb_create(const char *device, char *ebuf); +int usb_findalldevs(pcap_if_t **alldevsp, char *err_str); +pcap_t *usb_create(const char *device, char *ebuf, int *is_ours); |
