X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2Fppp-comp.h;h=19e1e4b5ab0e14117dda6a413cc61165eebba05b;hp=b6792cf8a9d42e0c88aa93a8e05a97e9a00de8aa;hb=1764436dfa4a561519a98a93036dd78b6a1d5a44;hpb=79513b316790e843c33beb95309ab98e29639d57 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. */