X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=5a5d015d4b2996c991909bee853d6cd3d8a0fd57;hp=237fbc23b8efbef763577215330db681898cff7b;hb=f42b5eccb6ec3364dc0500ffeffbe9d9ecab07bd;hpb=52781d7f50556c622fc1efacadec6759fb519450 diff --git a/error.h b/error.h index 237fbc23..5a5d015d 100644 --- a/error.h +++ b/error.h @@ -39,6 +39,7 @@ extern const char **para_errlist[]; #define BUFFER_TREE_ERRORS \ PARA_ERROR(BTR_EOF, "buffer tree: end of file"), \ + PARA_ERROR(BTR_NO_CHILD, "btr node has no children"), \ #define STDOUT_ERRORS \ PARA_ERROR(STDOUT_EOF, "stdout: end of file"), \ @@ -84,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 \ @@ -225,7 +227,6 @@ extern const char **para_errlist[]; #define STDIN_ERRORS \ PARA_ERROR(STDIN_EOF, "end of file"), \ - PARA_ERROR(STDIN_NO_CHILD, "stdin btr node has no children"), \ @@ -248,7 +249,6 @@ extern const char **para_errlist[]; #define HTTP_RECV_ERRORS \ PARA_ERROR(HTTP_RECV_OVERRUN, "http_recv: output buffer overrun"), \ - PARA_ERROR(HTTP_RECV_NO_CHILD, "http_recv btr node has no children"), \ #define RECV_COMMON_ERRORS \ @@ -421,7 +421,6 @@ extern const char **para_errlist[]; #define FILE_WRITE_ERRORS \ PARA_ERROR(FW_WRITE, "file writer write error"), \ - PARA_ERROR(FW_OPEN, "file writer: can not open output file"), \ PARA_ERROR(FW_NO_FILE, "task started without open file"), \