X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fppp-comp.h;h=19e1e4b5ab0e14117dda6a413cc61165eebba05b;hb=54a510907ca30d8a1651fdb5f7c2c360f4ef7e27;hp=b6792cf8a9d42e0c88aa93a8e05a97e9a00de8aa;hpb=79513b316790e843c33beb95309ab98e29639d57;p=ppp.git diff --git a/linux/ppp-comp.h b/linux/ppp-comp.h index b6792cf..19e1e4b 100644 --- a/linux/ppp-comp.h +++ b/linux/ppp-comp.h @@ -28,7 +28,7 @@ */ /* - * ==FILEVERSION 960918== + * ==FILEVERSION 970501== * * 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. */ +#define DECOMP_OK 0 /* no error occured */ #define DECOMP_ERROR 1 /* error detected before decomp. */ #define DECOMP_FATALERROR 2 /* error detected after decomp. */