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