[NETFILTER]: sip conntrack: minor cleanup
[powerpc.git] / include / linux / netfilter_ipv4 / ip_conntrack_helper.h
index 3692daa..77fe868 100644 (file)
@@ -24,6 +24,10 @@ struct ip_conntrack_helper
        int (*help)(struct sk_buff **pskb,
                    struct ip_conntrack *ct,
                    enum ip_conntrack_info conntrackinfo);
+
+       void (*destroy)(struct ip_conntrack *ct);
+
+       int (*to_nfattr)(struct sk_buff *skb, const struct ip_conntrack *ct);
 };
 
 extern int ip_conntrack_helper_register(struct ip_conntrack_helper *);