]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
fade: Infrastructure for the modular mixer API.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 8ebf4ef8886c12b4564ad385614364a3df051ef9..59c20767fa6450af97d6c487df94cd192996be08 100644 (file)
--- 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 \