X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=d6a425508a207c15746e767a525ed359651d8f62;hp=538c757ae2f5bdc53ca3d6b13cfb7845998d36d1;hb=810761a3cdf3f75dd8e07a5d903793048c36df1d;hpb=d8213149049056e0cabbcbe575a10dfb1a83583e diff --git a/error.h b/error.h index 538c757a..d6a42550 100644 --- a/error.h +++ b/error.h @@ -85,6 +85,7 @@ extern const char **para_errlist[]; #define COMPRESS_FILTER_ERRORS \ PARA_ERROR(COMPRESS_SYNTAX, "syntax error in compress filter config"), \ + PARA_ERROR(COMPRESS_EOF, "compress: end of file"), \ #define WAV_FILTER_ERRORS \ @@ -226,6 +227,7 @@ extern const char **para_errlist[]; #define STDIN_ERRORS \ PARA_ERROR(STDIN_EOF, "end of file"), \ + PARA_ERROR(STDIN_OVERRUN, "stdin: output buffer overrun"), \