]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/netfilter/nf_conntrack_pptp.h
Revert "[NET]: Fix races in net_rx_action vs netpoll."
[linux-2.6-omap-h63xx.git] / include / linux / netfilter / nf_conntrack_pptp.h
index fb049ec11ff26ab6e6230a884fd57e7c4b9afed3..c93061f331445da0d3541735bc98ab94654f6c3b 100644 (file)
@@ -2,6 +2,10 @@
 #ifndef _NF_CONNTRACK_PPTP_H
 #define _NF_CONNTRACK_PPTP_H
 
+#include <linux/netfilter/nf_conntrack_common.h>
+
+extern const char *pptp_msg_name[];
+
 /* state of the control session */
 enum pptp_ctrlsess_state {
        PPTP_SESSION_NONE,                      /* no session present */
@@ -295,7 +299,6 @@ union pptp_ctrl_union {
 /* crap needed for nf_conntrack_compat.h */
 struct nf_conn;
 struct nf_conntrack_expect;
-enum ip_conntrack_info;
 
 extern int
 (*nf_nat_pptp_hook_outbound)(struct sk_buff **pskb,