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 */
15int
16orckit_atur3_build_hook(struct pptp_out_call_rqst* packt);
17
18/* return 0 on success, non zero otherwise */
19int
20orckit_atur3_set_link_hook(struct pptp_set_link_info* packet,
21			   int peer_call_id);
22
23/* return 0 on success, non zero otherwise */
24int
25orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet);
26
27#endif /* INC_ORCKIT_QUIRKS_H_ */
28