]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/netfilter/ipv4/nf_conntrack_ipv4.h
Merge remote-tracking branch 'wireless-next/master'
[karo-tx-linux.git] / include / net / netfilter / ipv4 / nf_conntrack_ipv4.h
index 9bf059817aec6721d1378998ff9f94f624064c0a..6c3d12e2949f908c3927cb4bfe29ac30c49e1e4a 100644 (file)
@@ -9,8 +9,6 @@
 #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;
 
@@ -18,9 +16,9 @@ extern struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp4;
 extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4;
 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);
+int nf_conntrack_ipv4_compat_init(void);
+void nf_conntrack_ipv4_compat_fini(void);
 
-extern void need_ipv4_conntrack(void);
+void need_ipv4_conntrack(void);
 
 #endif /*_NF_CONNTRACK_IPV4_H*/