X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=41ea245912f6e30d46fac54467447988bb0ffb37;hp=c2f993d0bd8707f8c4efe2a4d7d48147ed9df438;hb=68e0489ae1fe946162d9cedb7767513f2d4ea8d2;hpb=8f79f577f809506a12799cb97dba1f111c014df5 diff --git a/error.h b/error.h index c2f993d0..41ea2459 100644 --- 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 \