summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/ppp_cp.h')
-rw-r--r--gatchat/ppp_cp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gatchat/ppp_cp.h b/gatchat/ppp_cp.h
index 8d2975c1..43068212 100644
--- a/gatchat/ppp_cp.h
+++ b/gatchat/ppp_cp.h
@@ -21,20 +21,6 @@
struct pppcp_data;
-enum pppcp_code {
- CONFIGURE_REQUEST = 1,
- CONFIGURE_ACK,
- CONFIGURE_NAK,
- CONFIGURE_REJECT,
- TERMINATE_REQUEST,
- TERMINATE_ACK,
- CODE_REJECT,
- PROTOCOL_REJECT,
- ECHO_REQUEST,
- ECHO_REPLY,
- DISCARD_REQUEST
-};
-
/* option format */
struct ppp_option {
guint8 type;