Skip to content

Commit

Permalink
[NETFILTER] remove unneeded structure definition from conntrack helper
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Harald Welte authored and David S. Miller committed Sep 23, 2005
1 parent 6749720 commit a82b748
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/linux/netfilter_ipv4/ip_conntrack_pptp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a82b748

Please sign in to comment.