diff options
author | Harald Welte <laforge@netfilter.org> | 2005-09-23 02:45:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-09-23 02:45:44 -0400 |
commit | a82b748930fce0dab22c64075c38c830ae116904 (patch) | |
tree | c2f231123bea5861bc77e6d735b371b6dc1fa564 /include | |
parent | 67497205b12e3cb408259cc09b50c3a9d12cd935 (diff) |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter_ipv4/ip_conntrack_pptp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/netfilter_ipv4/ip_conntrack_pptp.h b/include/linux/netfilter_ipv4/ip_conntrack_pptp.h index 50a761db5a04..816144c75de0 100644 --- a/include/linux/netfilter_ipv4/ip_conntrack_pptp.h +++ b/include/linux/netfilter_ipv4/ip_conntrack_pptp.h | |||
@@ -284,13 +284,6 @@ struct PptpSetLinkInfo { | |||
284 | __be32 recvAccm; | 284 | __be32 recvAccm; |
285 | }; | 285 | }; |
286 | 286 | ||
287 | |||
288 | struct pptp_priv_data { | ||
289 | __u16 call_id; | ||
290 | __u16 mcall_id; | ||
291 | __u16 pcall_id; | ||
292 | }; | ||
293 | |||
294 | union pptp_ctrl_union { | 287 | union pptp_ctrl_union { |
295 | struct PptpStartSessionRequest sreq; | 288 | struct PptpStartSessionRequest sreq; |
296 | struct PptpStartSessionReply srep; | 289 | struct PptpStartSessionReply srep; |