X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Flinux%2Fppp-comp.h;h=164644be1a807434dfbd11962e2a61182a65c895;hp=b6792cf8a9d42e0c88aa93a8e05a97e9a00de8aa;hb=e48585921a2bcda6e890b4963c3da1ca146139df;hpb=01070777efb6acb4a0b5071bcf5ece2f5e12bf78 diff --git a/include/linux/ppp-comp.h b/include/linux/ppp-comp.h index b6792cf..164644b 100644 --- a/include/linux/ppp-comp.h +++ b/include/linux/ppp-comp.h @@ -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. */