]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ccp.h
Support old draft rfc deflate number as well as new.
[ppp.git] / pppd / ccp.h
index 1f15345bc9282652264805d358497ef56ddc3ea9..2fcba915758b9282ef22c17ff5ed7fea0eaf3f8d 100644 (file)
@@ -24,7 +24,7 @@
  * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
  * OR MODIFICATIONS.
  *
- * $Id: ccp.h,v 1.7 1996/07/01 01:11:49 paulus Exp $
+ * $Id: ccp.h,v 1.8 1998/03/25 01:25:03 paulus Exp $
  */
 
 typedef struct ccp_options {
@@ -32,6 +32,8 @@ typedef struct ccp_options {
     u_int deflate: 1;          /* do Deflate? */
     u_int predictor_1: 1;      /* do Predictor-1? */
     u_int predictor_2: 1;      /* do Predictor-2? */
+    u_int deflate_correct: 1;  /* use correct code for deflate? */
+    u_int deflate_draft: 1;    /* use draft RFC code for deflate? */
     u_short bsd_bits;          /* # bits/code for BSD Compress */
     u_short deflate_size;      /* lg(window size) for Deflate */
     short method;              /* code for chosen compression method */