From 29b5df53bcbef17722ab2b389f3352c4e86b4795 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 8 Dec 2008 11:08:19 +0100 Subject: network: remove unused function mcast_send_netmsg() This patch removes the unused function mcast_send_netmsg(). Signed-off-by: Pablo Neira Ayuso --- include/network.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/network.h b/include/network.h index 3f8123d..b64753c 100644 --- a/include/network.h +++ b/include/network.h @@ -59,7 +59,6 @@ struct mcast_sock; void build_netmsg(struct nf_conntrack *ct, int query, struct nethdr *net); size_t prepare_send_netmsg(struct mcast_sock *m, void *data); -int mcast_send_netmsg(struct mcast_sock *m, void *data); enum { SEQ_UNKNOWN, -- cgit v1.2.3