]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Fix two typos in stdin.c.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 6b8403d1a91c3fd67e2a73f5e971f07896970e43..41ea245912f6e30d46fac54467447988bb0ffb37 100644 (file)
--- a/error.h
+++ b/error.h
@@ -166,6 +166,7 @@ extern const char **para_errlist[];
 
 #define SCHED_ERRORS \
        PARA_ERROR(TASK_KILLED, "task killed"), \
+       PARA_ERROR(TASK_UNREGISTERED, "task has been unscheduled"), \
        PARA_ERROR(NO_SUCH_TASK, "task not found"), \
        PARA_ERROR(NOT_INITIALIZED, "scheduler not yet initialized"), \
 
@@ -208,6 +209,8 @@ extern const char **para_errlist[];
        PARA_ERROR(MISSING_COLON, "syntax error: missing colon"), \
        PARA_ERROR(UNSUPPORTED_AUDIO_FORMAT, "given audio format not supported"), \
        PARA_ERROR(NOT_PLAYING, "not playing"), \
+       PARA_ERROR(AUDIOD_OFF, "audiod switched off"), \
+       PARA_ERROR(STATUS_TIMEOUT, "timeout reading server status"), \
 
 
 #define AUDIOD_COMMAND_ERRORS \