dect
/
linux-2.6
Archived
13
0
Fork 0

[NETFILTER] remove unneeded structure definition from conntrack helper

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Harald Welte 2005-09-22 23:45:44 -07:00 committed by David S. Miller
parent 67497205b1
commit a82b748930
1 changed files with 0 additions and 7 deletions

View File

@ -284,13 +284,6 @@ struct PptpSetLinkInfo {
__be32 recvAccm;
};
struct pptp_priv_data {
__u16 call_id;
__u16 mcall_id;
__u16 pcall_id;
};
union pptp_ctrl_union {
struct PptpStartSessionRequest sreq;
struct PptpStartSessionReply srep;