diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-28 08:12:18 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-28 08:12:18 +0000 |
commit | b00ab7548b418624b6719ab8a2e8aaeade767a70 (patch) | |
tree | a300b8fb3f3e9cbbd48c47fde148dcb40453e7de /contrib/libpcap/pcap-septel.h | |
parent | 7e3d9013f2ff9291970339df66a18ad9343ed433 (diff) | |
parent | d109bf9e4b609b5a0626b433e56db4a47dc530bb (diff) |
MFV r333789: libpcap 1.9.0 (pre-release)
MFC after: 1 month
Sponsored by: Mellanox Technologies
Notes
Notes:
svn path=/head/; revision=334277
Diffstat (limited to 'contrib/libpcap/pcap-septel.h')
-rw-r--r-- | contrib/libpcap/pcap-septel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/pcap-septel.h b/contrib/libpcap/pcap-septel.h index b6e1168b0ef8..0e648b20c601 100644 --- a/contrib/libpcap/pcap-septel.h +++ b/contrib/libpcap/pcap-septel.h @@ -10,4 +10,4 @@ */ pcap_t *septel_create(const char *device, char *ebuf, int *is_ours); -int septel_findalldevs(pcap_if_t **devlistp, char *errbuf); +int septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf); |