]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Interactive mode for para_audioc.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index ab7aed25f0c8a86ca6717bab925af60c0fe13a76..55c0ab0264b241f50207cc1e0311443fdbc33f42 100644 (file)
--- a/error.h
+++ b/error.h
@@ -230,6 +230,7 @@ extern const char **para_errlist[];
 
 #define AUDIOC_ERRORS \
        PARA_ERROR(AUDIOC_SYNTAX, "audioc syntax error"), \
+       PARA_ERROR(AUDIOC_EOF, "audioc: end of file"), \
 
 
 #define CLIENT_COMMON_ERRORS \
@@ -440,7 +441,10 @@ extern const char **para_errlist[];
 #define CHUNK_QUEUE_ERRORS \
        PARA_ERROR(QUEUE, "packet queue overrun"), \
 
-#define INTERACTIVE_ERRORS
+
+#define INTERACTIVE_ERRORS \
+       PARA_ERROR(I9E_EOF, "end of input"), \
+       PARA_ERROR(I9E_SETUPTERM, "failed to set up terminal"), \
 
 /** \endcond errors */