]> The Tcpdump Group git mirrors - libpcap/commitdiff
Update for the new "list of devices" structure.
authorGuy Harris <[email protected]>
Thu, 19 Jan 2017 05:12:35 +0000 (21:12 -0800)
committerGuy Harris <[email protected]>
Thu, 19 Jan 2017 05:12:35 +0000 (21:12 -0800)
pcap-tc.h

index 59ddec262c6a462315a6a6a01401ac56ac2ae5b5..f7b2d12def49ef0f1f785112d9d1a52b163f835e 100644 (file)
--- a/pcap-tc.h
+++ b/pcap-tc.h
@@ -49,6 +49,6 @@ pcap_t *
 TcCreate(const char *device, char *ebuf, int *is_ours);
 
 int
-TcFindAllDevs(pcap_if_t **alldevsp, char *errbuf);
+TcFindAllDevs(pcap_if_list_t *devlistp, char *errbuf);
 
 #endif