From 46e76aff2d0fc0d88ccdbc0cef43d9e3f3c4c388 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 25 Mar 2008 14:36:14 +0000 Subject: Pablo Neira Ayuso : o remove .svn directory from make distcheck tarballs (reported by B.Benjamini) + Krzysztof Oledzki : o fix minor compilation warning --- include/network.h | 2 +- include/state_helper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/network.h b/include/network.h index 92a8490..e4ebec4 100644 --- a/include/network.h +++ b/include/network.h @@ -61,7 +61,7 @@ int mcast_track_seq(uint32_t seq, uint32_t *exp_seq); struct mcast_conf; -int mcast_buffered_init(struct mcast_conf *conf); +int mcast_buffered_init(struct mcast_conf *mconf); void mcast_buffered_destroy(void); int mcast_buffered_send_netmsg(struct mcast_sock *m, void *data, size_t len); ssize_t mcast_buffered_pending_netmsg(struct mcast_sock *m); 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 -- cgit v1.2.3