summaryrefslogtreecommitdiff
path: root/pppd_plugin/src/orckit_quirks.h
diff options
context:
space:
mode:
Diffstat (limited to 'pppd_plugin/src/orckit_quirks.h')
-rw-r--r--pppd_plugin/src/orckit_quirks.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/pppd_plugin/src/orckit_quirks.h b/pppd_plugin/src/orckit_quirks.h
deleted file mode 100644
index ad0193d..0000000
--- a/pppd_plugin/src/orckit_quirks.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* 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_ */