diff options
Diffstat (limited to 'gatchat/ppp_lcp.c')
-rw-r--r-- | gatchat/ppp_lcp.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gatchat/ppp_lcp.c b/gatchat/ppp_lcp.c index 644842a4..0892b2c9 100644 --- a/gatchat/ppp_lcp.c +++ b/gatchat/ppp_lcp.c @@ -30,16 +30,17 @@ #include <termios.h> #include <glib.h> #include <arpa/inet.h> + #include "gatppp.h" #include "ppp.h" enum lcp_options { - RESERVED = 0, - MRU = 1, - ACCM = 2, - AUTH_PROTO = 3, - QUAL_PROTO = 4, - MAGIC_NUMBER = 5, + RESERVED = 0, + MRU = 1, + ACCM = 2, + AUTH_PROTO = 3, + QUAL_PROTO = 4, + MAGIC_NUMBER = 5, DEPRECATED_QUAL_PROTO = 6, PFC = 7, ACFC = 8, |