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