diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-12-08 19:50:24 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-12-08 19:50:49 -0800 |
commit | 3aff0a4bee6f99736808b58a4f948fc4a304499a (patch) | |
tree | e3cf0c5ba12452602302f01b68abe1f306999b08 /pcap-netfilter-linux.h | |
parent | bbcc0ffba7e0d38df2060d156f4322ac3a22c1d3 (diff) |
Fix routine name in header.
Diffstat (limited to 'pcap-netfilter-linux.h')
-rw-r--r-- | pcap-netfilter-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-netfilter-linux.h b/pcap-netfilter-linux.h index 63e23f40..dd76b8a4 100644 --- a/pcap-netfilter-linux.h +++ b/pcap-netfilter-linux.h @@ -31,5 +31,5 @@ /* * Prototypes for netlink-related functions */ -int nflog_platform_finddevs(pcap_if_t **alldevsp, char *err_str); +int netfilter_platform_finddevs(pcap_if_t **alldevsp, char *err_str); pcap_t *nflog_create(const char *device, char *ebuf); |