Kill global close_filters().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 538c757ae2f5bdc53ca3d6b13cfb7845998d36d1..d6a425508a207c15746e767a525ed359651d8f62 100644 (file)
--- 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"), \