X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=ae94157f81690568fc20a741c0f1757ef664e83a;hb=ef1f130a1f9ac61a51da10ee56c5bd9ef1b52366;hp=311b6ebdab1c4248acefd0c08d1c5346948ec996;hpb=f48194d3ff2a3983f21cab1553fbe29529f2e790;p=paraslash.git diff --git a/error.h b/error.h index 311b6ebd..ae94157f 100644 --- a/error.h +++ b/error.h @@ -248,6 +248,7 @@ extern const char **para_errlist[]; #define AUDIOC_ERRORS \ PARA_ERROR(AUDIOC_SYNTAX, "audioc syntax error"), \ + PARA_ERROR(AUDIOC_EOF, "audioc: end of file"), \ #define CLIENT_COMMON_ERRORS \ @@ -459,6 +460,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 */ /**