]> git.ozlabs.org Git - ppp.git/blobdiff - linux/ppp-comp.h
fix compression negotiation
[ppp.git] / linux / ppp-comp.h
index b6792cf8a9d42e0c88aa93a8e05a97e9a00de8aa..19e1e4b5ab0e14117dda6a413cc61165eebba05b 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
  */
 
 /*
- *  ==FILEVERSION 960918==
+ *  ==FILEVERSION 970501==
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
@@ -120,6 +120,7 @@ struct compressor {
  * Don't you just lurve software patents.
  */
 
  * Don't you just lurve software patents.
  */
 
+#define DECOMP_OK              0       /* no error occured */
 #define DECOMP_ERROR           1       /* error detected before decomp. */
 #define DECOMP_FATALERROR      2       /* error detected after decomp. */
 
 #define DECOMP_ERROR           1       /* error detected before decomp. */
 #define DECOMP_FATALERROR      2       /* error detected after decomp. */