aboutsummaryrefslogtreecommitdiff
path: root/pcap-usb-linux.h
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-07-23 17:26:52 -0700
committerHaibo Huang <hhb@google.com>2018-07-24 09:44:25 -0700
commit165065aed040e9658cb43fc1194d6799c9227043 (patch)
tree8b959bf9d2b44f2b12c86dfdc5810210d587e99e /pcap-usb-linux.h
parentba51ee392e9b2d5dd04faaf695b1da82488d0323 (diff)
downloadlibpcap-165065aed040e9658cb43fc1194d6799c9227043.tar.gz
Update libpcap to 1.9.0
Test: compile Change-Id: I5b036bc4544b3150629b943d3a7896d7dc03fec9
Diffstat (limited to 'pcap-usb-linux.h')
-rw-r--r--pcap-usb-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-usb-linux.h b/pcap-usb-linux.h
index 234a262f..3ddc12f4 100644
--- a/pcap-usb-linux.h
+++ b/pcap-usb-linux.h
@@ -34,5 +34,5 @@
/*
* Prototypes for USB-related functions
*/
-int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
+int usb_findalldevs(pcap_if_list_t *devlistp, char *err_str);
pcap_t *usb_create(const char *device, char *ebuf, int *is_ours);