]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
para_play, implementation.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index fd2e01a8fd78a92819cd0c8676199804261b32dc..981b2b794d40e2df30527245c1edb20d17d4e4bc 100644 (file)
--- 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 \