[PATCH 7/7] group all export symbol declarations
Pablo Neira Ayuso
pablo at netfilter.org
Mon Feb 12 23:46:53 CET 2007
Minor cleanup, move nfnetlink_has_listeners where other export_symbol
declarations are
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
--
The dawn of the fourth age of Linux firewalling is coming; a time of
great struggle and heroic deeds -- J.Kadlecsik got inspired by J.Morris
-------------- next part --------------
[PATCH] group all export symbol declarations
Minor cleanup, move nfnetlink_has_listeners where other export_symbol
declarations are
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
Index: net-2.6.git/net/netfilter/nfnetlink.c
===================================================================
--- net-2.6.git.orig/net/netfilter/nfnetlink.c 2007-01-21 23:51:14.000000000 +0100
+++ net-2.6.git/net/netfilter/nfnetlink.c 2007-01-21 23:51:15.000000000 +0100
@@ -145,7 +145,6 @@ int nfnetlink_has_listeners(unsigned int
{
return netlink_has_listeners(nfnl, group);
}
-EXPORT_SYMBOL_GPL(nfnetlink_has_listeners);
int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, int echo)
{
@@ -311,5 +310,6 @@ EXPORT_SYMBOL_GPL(nfnetlink_subsys_regis
EXPORT_SYMBOL_GPL(nfnetlink_subsys_unregister);
EXPORT_SYMBOL_GPL(nfnetlink_send);
EXPORT_SYMBOL_GPL(nfnetlink_unicast);
+EXPORT_SYMBOL_GPL(nfnetlink_has_listeners);
EXPORT_SYMBOL_GPL(nfattr_parse);
EXPORT_SYMBOL_GPL(__nfa_fill);
More information about the netfilter-devel
mailing list