X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=c4d9e5faa18e025f94bcb7ea5d4ad44320fc1139;hp=aa5666b392dc6b2dbca8fe89deaaeeb1e5e36af4;hb=40cbbb95e256e63e1e6958e9034311d4904604af;hpb=607ac63646d7c31aa1792dcf1d9a60e498654376 diff --git a/error.h b/error.h index aa5666b3..c4d9e5fa 100644 --- a/error.h +++ b/error.h @@ -154,6 +154,7 @@ extern const char **para_errlist[]; #define FILTER_CHAIN_ERRORS \ PARA_ERROR(UNSUPPORTED_FILTER, "given filter not supported"), \ PARA_ERROR(BAD_FILTER_OPTIONS, "invalid filter option given"), \ + PARA_ERROR(FC_EOF, "filter chain: eof"), \ #define STAT_ERRORS \