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