diff options
author | Patrick McHardy <kaber@trash.net> | 2007-07-08 01:32:53 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-11 01:17:58 -0400 |
commit | e9c1b084e17ca225b6be731b819308ee0f9e04b8 (patch) | |
tree | f2cb1ee43873b5c6bc6eb54a9b450f0409afcf05 /include/net | |
parent | cf6994c2b9812a9f02b99e89df411ffc5db9c779 (diff) |
[NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_expect.c
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netfilter/nf_conntrack_expect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/netfilter/nf_conntrack_expect.h b/include/net/netfilter/nf_conntrack_expect.h index 13643f7f7422..cf6a619664e8 100644 --- a/include/net/netfilter/nf_conntrack_expect.h +++ b/include/net/netfilter/nf_conntrack_expect.h | |||
@@ -7,8 +7,6 @@ | |||
7 | #include <net/netfilter/nf_conntrack.h> | 7 | #include <net/netfilter/nf_conntrack.h> |
8 | 8 | ||
9 | extern struct list_head nf_ct_expect_list; | 9 | extern struct list_head nf_ct_expect_list; |
10 | extern struct kmem_cache *nf_ct_expect_cachep; | ||
11 | extern const struct file_operations exp_file_ops; | ||
12 | 10 | ||
13 | struct nf_conntrack_expect | 11 | struct nf_conntrack_expect |
14 | { | 12 | { |
@@ -53,6 +51,8 @@ struct nf_conntrack_expect | |||
53 | 51 | ||
54 | #define NF_CT_EXPECT_PERMANENT 0x1 | 52 | #define NF_CT_EXPECT_PERMANENT 0x1 |
55 | 53 | ||
54 | int nf_conntrack_expect_init(void); | ||
55 | void nf_conntrack_expect_fini(void); | ||
56 | 56 | ||
57 | struct nf_conntrack_expect * | 57 | struct nf_conntrack_expect * |
58 | __nf_ct_expect_find(const struct nf_conntrack_tuple *tuple); | 58 | __nf_ct_expect_find(const struct nf_conntrack_tuple *tuple); |