]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
client: Implement interactive mode.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index ab7aed25f0c8a86ca6717bab925af60c0fe13a76..8a0a9c2e2718c87a93a75e6336ba442c4ce23284 100644 (file)
--- a/error.h
+++ b/error.h
@@ -440,7 +440,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 */