fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / linux / netfilter_ipv4 / ip_nat_pptp.h
1 /* PPTP constants and structs */
2 #ifndef _NAT_PPTP_H
3 #define _NAT_PPTP_H
4
5 /* conntrack private data */
6 struct ip_nat_pptp {
7         __be16 pns_call_id;             /* NAT'ed PNS call id */
8         __be16 pac_call_id;             /* NAT'ed PAC call id */
9 };
10
11 #endif /* _NAT_PPTP_H */