Tomato 1.28
[tomato.git] / release / src / router / pptp-client / orckit_quirks.h
blob4f686a7aef3ce7867eb89b012344e994497a03bd
1 /* orckit_quirks.h ...... fix quirks in orckit adsl modems
2 * mulix <mulix@actcom.co.il>
4 * $Id: orckit_quirks.h,v 1.1.1.1 2002/07/25 06:52:39 honor 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_ */