[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration
[deliverable/linux.git] / include / net / netfilter / nf_conntrack_core.h
index 85634e1865c31dca6356397e093698f18a9fd7fd..9fb906688ffab51a2035c36082d53b4a335fe198 100644 (file)
@@ -27,6 +27,9 @@ extern unsigned int nf_conntrack_in(int pf,
 extern int nf_conntrack_init(void);
 extern void nf_conntrack_cleanup(void);
 
+extern int nf_conntrack_proto_init(void);
+extern void nf_conntrack_proto_fini(void);
+
 struct nf_conntrack_l3proto;
 extern struct nf_conntrack_l3proto *nf_ct_find_l3proto(u_int16_t pf);
 /* Like above, but you already have conntrack read lock. */
This page took 0.029107 seconds and 5 git commands to generate.