X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=41ea245912f6e30d46fac54467447988bb0ffb37;hb=f45846b1a228c806424e6bf937ba09e648e87441;hp=c2f993d0bd8707f8c4efe2a4d7d48147ed9df438;hpb=e6940831fbcf21dd0e6243ca89ea0c7f8b195d9e;p=paraslash.git 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 \