diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-03-25 14:36:14 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-03-25 14:36:14 +0000 |
commit | 46e76aff2d0fc0d88ccdbc0cef43d9e3f3c4c388 (patch) | |
tree | 3e67597026678d3944130e57dcf3b4fe1526d761 /include/state_helper.h | |
parent | f5c1405f460a4d79e6fbafda3cb9e29e35886aea (diff) | |
download | conntrack-tools-46e76aff2d0fc0d88ccdbc0cef43d9e3f3c4c388.tar.gz conntrack-tools-46e76aff2d0fc0d88ccdbc0cef43d9e3f3c4c388.zip |
Pablo Neira Ayuso <pablo@netfilter.org>:
o remove .svn directory from make distcheck tarballs (reported by B.Benjamini)
+
Krzysztof Oledzki <ole@ans.pl>:
o fix minor compilation warning
Diffstat (limited to 'include/state_helper.h')
-rw-r--r-- | include/state_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/state_helper.h b/include/state_helper.h index 0015890..1a68b04 100644 --- a/include/state_helper.h +++ b/include/state_helper.h @@ -17,6 +17,6 @@ struct state_replication_helper { }; int state_helper_verdict(int type, struct nf_conntrack *ct); -void state_helper_register(struct state_replication_helper *h, int state); +void state_helper_register(struct state_replication_helper *h, int h_state); #endif |