]> 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 b3eb7e6edef673e5c6c5929e26c1e9157630c560..8a0a9c2e2718c87a93a75e6336ba442c4ce23284 100644 (file)
--- a/error.h
+++ b/error.h
@@ -441,6 +441,10 @@ extern const char **para_errlist[];
        PARA_ERROR(QUEUE, "packet queue overrun"), \
 
 
+#define INTERACTIVE_ERRORS \
+       PARA_ERROR(I9E_EOF, "end of input"), \
+       PARA_ERROR(I9E_SETUPTERM, "failed to set up terminal"), \
+
 /** \endcond errors */
 
 /**