📄 orckit_quirks.h
字号:
/* 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 */intorckit_atur3_build_hook(struct pptp_out_call_rqst* packt);/* return 0 on success, non zero otherwise */intorckit_atur3_set_link_hook(struct pptp_set_link_info* packet, int peer_call_id);/* return 0 on success, non zero otherwise */intorckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn* packet);#endif /* INC_ORCKIT_QUIRKS_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -