summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-10-25 01:43:30 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-10-25 01:43:30 -0700
commitb1fc45346945989423ce9ccb8e32fff70ce536ba (patch)
treed9ab9e7045fedd7aa2785c846aa6b6cda62dae45 /include
parenteabaca3ad81bac05b41b95d7a13e96468866cb80 (diff)
[NETFILTER]: Make *_find_target_lock routines static.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter.h8
-rw-r--r--include/linux/netfilter_ipv4/ip_tables.h5
2 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
index a9357be1ae41..f7c3997e8056 100644
--- a/include/linux/netfilter.h
+++ b/include/linux/netfilter.h
@@ -172,14 +172,6 @@ extern void nf_reinject(struct sk_buff *skb,
struct nf_info *info,
unsigned int verdict);
-extern inline struct ipt_target *
-ipt_find_target_lock(const char *name, int *error, struct semaphore *mutex);
-extern inline struct ip6t_target *
-ip6t_find_target_lock(const char *name, int *error, struct semaphore *mutex);
-extern inline struct arpt_target *
-arpt_find_target_lock(const char *name, int *error, struct semaphore *mutex);
-extern void (*ip_ct_attach)(struct sk_buff *, struct sk_buff *);
-
#ifdef CONFIG_NETFILTER_DEBUG
extern void nf_dump_skb(int pf, struct sk_buff *skb);
#endif
diff --git a/include/linux/netfilter_ipv4/ip_tables.h b/include/linux/netfilter_ipv4/ip_tables.h
index 02a006f17ac4..defc7bc472d9 100644
--- a/include/linux/netfilter_ipv4/ip_tables.h
+++ b/include/linux/netfilter_ipv4/ip_tables.h
@@ -407,11 +407,6 @@ struct ipt_target
struct module *me;
};
-extern struct ipt_target *
-ipt_find_target_lock(const char *name, int *error, struct semaphore *mutex);
-extern struct arpt_target *
-arpt_find_target_lock(const char *name, int *error, struct semaphore *mutex);
-
extern int ipt_register_target(struct ipt_target *target);
extern void ipt_unregister_target(struct ipt_target *target);