X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=59c20767fa6450af97d6c487df94cd192996be08;hb=7024574d05fe8571c763d11c61626a9ac4980267;hp=8ebf4ef8886c12b4564ad385614364a3df051ef9;hpb=2830b9f881898aaec073d5ba19e33482e30190bd;p=paraslash.git diff --git a/error.h b/error.h index 8ebf4ef8..59c20767 100644 --- a/error.h +++ b/error.h @@ -29,13 +29,11 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define COLOR_ERRORS #define SIGNAL_ERRORS #define FADE_ERRORS -#define SERVER_COMMAND_LIST_ERRORS -#define AFS_COMMAND_LIST_ERRORS -#define AUDIOD_COMMAND_LIST_ERRORS #define STDOUT_ERRORS #define FILE_WRITE_ERRORS #define STDIN_ERRORS #define WRITE_ERRORS +#define OSS_MIX_ERRORS extern const char **para_errlist[]; @@ -263,6 +261,8 @@ extern const char **para_errlist[]; PARA_ERROR(BAD_CONFIG, "syntax error in config file"), \ PARA_ERROR(CLIENT_AUTH, "authentication failed"), \ PARA_ERROR(SERVER_EOF, "connection closed by para_server"), \ + PARA_ERROR(SERVER_CMD_SUCCESS, "command terminated successfully"), \ + PARA_ERROR(SERVER_CMD_FAILURE, "command failed"), \ #define SCHED_ERRORS \