]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix compilation of pcap-netfilter.
authorJakub Zawadzki <[email protected]>
Sat, 30 Jun 2012 17:44:52 +0000 (10:44 -0700)
committerGuy Harris <[email protected]>
Sat, 30 Jun 2012 17:44:52 +0000 (10:44 -0700)
pcap-netfilter-linux.c

index 4ae430a3f458ca88db88ab5b456122f57c168486..323cb18dbbab1af40bb2f64d5ef64c951c3b74a6 100644 (file)
@@ -432,7 +432,7 @@ close_fail:
 }
 
 pcap_t *
-nflog_create(const char *device, char *ebuf)
+nflog_create(const char *device, char *ebuf, int *is_ours)
 {
        const char *cp;
        pcap_t *p;