]> git.ozlabs.org Git - ppp.git/blobdiff - linux/ppp-comp.h
minor bugfixes; remove mem pool stuff; use vmalloc for large
[ppp.git] / linux / ppp-comp.h
index b6792cf8a9d42e0c88aa93a8e05a97e9a00de8aa..164644be1a807434dfbd11962e2a61182a65c895 100644 (file)
@@ -120,6 +120,7 @@ struct compressor {
  * 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. */