audiod: Rewrite status task logic.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index c2f993d0bd8707f8c4efe2a4d7d48147ed9df438..41ea245912f6e30d46fac54467447988bb0ffb37 100644 (file)
--- a/error.h
+++ b/error.h
@@ -209,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 \