X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=a53531b7fbf4f29bbd67474b17e2d1778b410b9a;hp=84f427986006265a39fba96e34dce00c49ac738f;hb=148c7c722fd5795228f586b6ef8d953662b68224;hpb=2290d9be0703d3f83f38c2f100b1b41ec0790bb3 diff --git a/error.h b/error.h index 84f42798..a53531b7 100644 --- a/error.h +++ b/error.h @@ -88,6 +88,7 @@ extern const char **para_errlist[]; #define STDIN_ERRORS \ PARA_ERROR(STDIN_READ, "failed to read from stdin"), \ + PARA_ERROR(STDIN_EOF, "end of file"), \ #define SCHED_ERRORS \ @@ -351,7 +352,9 @@ extern const char **para_errlist[]; PARA_ERROR(WRITE_OVERRUN, "buffer overrun"), \ PARA_ERROR(PREMATURE_END, "premature end of audio file"), \ PARA_ERROR(NO_WAV_HEADER, "wave header not found"), \ + PARA_ERROR(WAV_HEADER_SUCCESS, "successfully read wave header"), \ PARA_ERROR(NO_DELAY, "no initial delay"), \ + PARA_ERROR(DELAY_TIMEOUT, "initial delay timeout"), \ #define ALSA_WRITER_ERRORS \ @@ -383,6 +386,7 @@ extern const char **para_errlist[]; #define WRITE_COMMON_ERRORS \ PARA_ERROR(WRITE_COMMON_SYNTAX, "syntax error in write option"), \ + PARA_ERROR(WNG_EOF, "wng: end of file"), \ #define AACDEC_ERRORS \