diff options
Diffstat (limited to 'pppd_plugin/src/orckit_quirks.h')
-rw-r--r-- | pppd_plugin/src/orckit_quirks.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pppd_plugin/src/orckit_quirks.h b/pppd_plugin/src/orckit_quirks.h new file mode 100644 index 00000000..ad0193d8 --- /dev/null +++ b/pppd_plugin/src/orckit_quirks.h @@ -0,0 +1,27 @@ +/* orckit_quirks.h ...... fix quirks in orckit adsl modems + * mulix <mulix@actcom.co.il> + * + * $Id: orckit_quirks.h,v 1.2 2001/11/23 03:42:51 quozl Exp $ + */ + +#ifndef INC_ORCKIT_QUIRKS_H_ +#define INC_ORCKIT_QUIRKS_H_ + +#include "pptp_options.h" +#include "pptp_ctrl.h" +#include "pptp_msg.h" + +/* return 0 on success, non zero otherwise */ +int +orckit_atur3_build_hook(struct pptp_out_call_rqst* packt); + +/* return 0 on success, non zero otherwise */ +int +orckit_atur3_set_link_hook(struct pptp_set_link_info* packet, + int peer_call_id); + +/* return 0 on success, non zero otherwise */ +int +orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet); + +#endif /* INC_ORCKIT_QUIRKS_H_ */ |