Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
[cascardo/linux.git] / include / net / netfilter / nf_conntrack_l4proto.h
index 4c8d573..1f70613 100644 (file)
@@ -56,11 +56,11 @@ struct nf_conntrack_l4proto {
                     u_int8_t pf, unsigned int hooknum);
 
        /* Print out the per-protocol part of the tuple. Return like seq_* */
-       int (*print_tuple)(struct seq_file *s,
-                          const struct nf_conntrack_tuple *);
+       void (*print_tuple)(struct seq_file *s,
+                           const struct nf_conntrack_tuple *);
 
        /* Print out the private part of the conntrack. */
-       int (*print_conntrack)(struct seq_file *s, struct nf_conn *);
+       void (*print_conntrack)(struct seq_file *s, struct nf_conn *);
 
        /* Return the array of timeouts for this protocol. */
        unsigned int *(*get_timeouts)(struct net *net);