Commit 9ee0779e authored by Yasuyuki Kozakai's avatar Yasuyuki Kozakai Committed by David S. Miller

[NETFILTER]: nf_conntrack: fix warning in PPTP helper

Signed-off-by: default avatarYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f6677f43
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
#ifndef _NF_CONNTRACK_PPTP_H #ifndef _NF_CONNTRACK_PPTP_H
#define _NF_CONNTRACK_PPTP_H #define _NF_CONNTRACK_PPTP_H
#include <linux/netfilter/nf_conntrack_common.h>
/* state of the control session */ /* state of the control session */
enum pptp_ctrlsess_state { enum pptp_ctrlsess_state {
PPTP_SESSION_NONE, /* no session present */ PPTP_SESSION_NONE, /* no session present */
...@@ -295,7 +297,6 @@ union pptp_ctrl_union { ...@@ -295,7 +297,6 @@ union pptp_ctrl_union {
/* crap needed for nf_conntrack_compat.h */ /* crap needed for nf_conntrack_compat.h */
struct nf_conn; struct nf_conn;
struct nf_conntrack_expect; struct nf_conntrack_expect;
enum ip_conntrack_info;
extern int extern int
(*nf_nat_pptp_hook_outbound)(struct sk_buff **pskb, (*nf_nat_pptp_hook_outbound)(struct sk_buff **pskb,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment