Skip to content

Commit

Permalink
Fix routine name in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Dec 9, 2011
1 parent bbcc0ff commit 3aff0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcap-netfilter-linux.h
Expand Up @@ -31,5 +31,5 @@
/* /*
* Prototypes for netlink-related functions * 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); pcap_t *nflog_create(const char *device, char *ebuf);

0 comments on commit 3aff0a4

Please sign in to comment.