X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=739eb6c1fb94cb8446bf5d132a8d4baa9a808051;hp=bf633f543cc68a8bba90e6af8e357ac1011e7af4;hb=d0f36435b0f81368a778fda33f3a7df86830f5ac;hpb=015055963d095abd0e153832f5b3f0fda3ac8306 diff --git a/error.h b/error.h index bf633f54..739eb6c1 100644 --- a/error.h +++ b/error.h @@ -33,11 +33,13 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define SERVER_COMMAND_LIST_ERRORS #define AFS_COMMAND_LIST_ERRORS #define AUDIOD_COMMAND_LIST_ERRORS -#define BUFFER_TREE_ERRORS extern const char **para_errlist[]; +#define BUFFER_TREE_ERRORS \ + PARA_ERROR(BTR_EOF, "buffer tree: end of file"), \ + #define STDOUT_ERRORS \ PARA_ERROR(ORPHAN, "orphaned (EOF)"), \ @@ -107,6 +109,7 @@ extern const char **para_errlist[]; #define AMP_FILTER_ERRORS \ PARA_ERROR(AMP_SYNTAX, "syntax error in amp filter config"), \ PARA_ERROR(AMP_ZERO_AMP, "no amplification necessary"), \ + PARA_ERROR(AMP_EOF, "amp: end of file"), \ #define SEND_COMMON_ERRORS \