X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=4cd12eb0ab17842a309b04374028bea04921f47e;hp=bbe72bdc6e7adec5b0c438a66e4c1fa5749620cb;hb=7ddeb416451e763677f1638263e26e0855d79d91;hpb=4cd53dec66ed20ba46ef209ec2fa41f5f6249567 diff --git a/error.h b/error.h index bbe72bdc..4cd12eb0 100644 --- a/error.h +++ b/error.h @@ -28,6 +28,8 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define SEND_COMMON_ERRORS #define STDOUT_ERRORS #define IPC_ERRORS +#define AMP_FILTER_ERRORS + extern const char **para_errlist[]; @@ -167,6 +169,7 @@ extern const char **para_errlist[]; PARA_ERROR(CLIENT_SYNTAX, "syntax error"), \ PARA_ERROR(INVALID_CHALLENGE, "did not receive valid challenge"), \ PARA_ERROR(NO_CONFIG, "config file not found"), \ + PARA_ERROR(BAD_CONFIG, "syntax error in config file"), \ PARA_ERROR(CLIENT_AUTH, "authentication failed"), \ PARA_ERROR(SERVER_EOF, "connection closed by para_server"), \