OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / pptp / orckit_quirks.h
1 /* orckit_quirks.h ...... fix quirks in orckit adsl modems
2  *                        mulix <mulix@actcom.co.il>
3  *
4  * $Id: orckit_quirks.h,v 1.2 2001/11/23 03:42:51 quozl Exp $
5  */
6
7 #ifndef INC_ORCKIT_QUIRKS_H_
8 #define INC_ORCKIT_QUIRKS_H_
9
10 #include "pptp_options.h"
11 #include "pptp_ctrl.h"
12 #include "pptp_msg.h"
13
14 /* return 0 on success, non zero otherwise */
15 int
16 orckit_atur3_build_hook(struct pptp_out_call_rqst* packt);
17
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);
22
23 /* return 0 on success, non zero otherwise */
24 int
25 orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet);
26
27 #endif /* INC_ORCKIT_QUIRKS_H_ */