X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=981b2b794d40e2df30527245c1edb20d17d4e4bc;hb=83ab4b5d38bb63cf4724022c3804d3eaa2ac51d3;hp=fd2e01a8fd78a92819cd0c8676199804261b32dc;hpb=d02f88dfc3911262174afe6017e04d70e8557a7a;p=paraslash.git diff --git a/error.h b/error.h index fd2e01a8..981b2b79 100644 --- a/error.h +++ b/error.h @@ -51,7 +51,10 @@ extern const char **para_errlist[]; #define PLAY_ERRORS \ - PARA_ERROR(PLAY_SYNTAX, "play syntax error"), \ + PARA_ERROR(PLAY_SYNTAX, "para_play: syntax error"), \ + PARA_ERROR(NO_VALID_FILES, "no valid file found in playlist"), \ + PARA_ERROR(TERM_RQ, "user termination request"), \ + PARA_ERROR(BAD_PLAY_CMD, "invalid command"), \ #define FLACDEC_FILTER_ERRORS \