netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
[linux-2.6-microblaze.git] / include / net / netfilter / nf_conntrack_core.h
index 90df450..d454a53 100644 (file)
@@ -68,10 +68,8 @@ static inline int nf_conntrack_confirm(struct sk_buff *skb)
        return ret;
 }
 
-void
-print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple,
-            const struct nf_conntrack_l3proto *l3proto,
-            const struct nf_conntrack_l4proto *proto);
+void print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple,
+                const struct nf_conntrack_l4proto *proto);
 
 #define CONNTRACK_LOCKS 1024