]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netfilter/ipv4/nf_conntrack_ipv4.h
Merge branch 'linus' into cpus4096-for-linus
[linux-2.6-omap-h63xx.git] / include / net / netfilter / ipv4 / nf_conntrack_ipv4.h
index 3ed4e14970c5032ee292fe35679b3ffec124c5fa..7573d52a43469a9dbc3feeb6555810ceb9e1a740 100644 (file)
@@ -9,8 +9,8 @@
 #ifndef _NF_CONNTRACK_IPV4_H
 #define _NF_CONNTRACK_IPV4_H
 
-/* Returns new sk_buff, or NULL */
-struct sk_buff *nf_ct_ipv4_ct_gather_frags(struct sk_buff *skb);
+
+extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4;
 
 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp4;
 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4;
@@ -19,4 +19,6 @@ extern struct nf_conntrack_l4proto nf_conntrack_l4proto_icmp;
 extern int nf_conntrack_ipv4_compat_init(void);
 extern void nf_conntrack_ipv4_compat_fini(void);
 
+extern void need_ipv4_conntrack(void);
+
 #endif /*_NF_CONNTRACK_IPV4_H*/