X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=8a0a9c2e2718c87a93a75e6336ba442c4ce23284;hp=ab7aed25f0c8a86ca6717bab925af60c0fe13a76;hb=367daa451bd837c3e267c8385bbc92898f06ecca;hpb=408458ad84180244b6a2ac327d13685bfb2b0867 diff --git a/error.h b/error.h index ab7aed25..8a0a9c2e 100644 --- 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 */