Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / pptp-client / orckit_quirks.h
blobad0193d826743e969585678399174ed3a3fa76c2
1 /* orckit_quirks.h ...... fix quirks in orckit adsl modems
2 * mulix <mulix@actcom.co.il>
4 * $Id: orckit_quirks.h,v 1.2 2001/11/23 03:42:51 quozl Exp $
5 */
7 #ifndef INC_ORCKIT_QUIRKS_H_
8 #define INC_ORCKIT_QUIRKS_H_
10 #include "pptp_options.h"
11 #include "pptp_ctrl.h"
12 #include "pptp_msg.h"
14 /* return 0 on success, non zero otherwise */
15 int
16 orckit_atur3_build_hook(struct pptp_out_call_rqst* packt);
18 /* return 0 on success, non zero otherwise */
19 int
20 orckit_atur3_set_link_hook(struct pptp_set_link_info* packet,
21 int peer_call_id);
23 /* return 0 on success, non zero otherwise */
24 int
25 orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet);
27 #endif /* INC_ORCKIT_QUIRKS_H_ */