X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=b9e19f55fcabb190123cc559ae342c488403281f;hb=68f0d202714b85c9b5e649dcefc41df58fe8e31e;hp=994ec1ba2c75c56b8f0acb9fe576c11213556244;hpb=d0ca43932625771467cf462981ea244a47da251b;p=paraslash.git diff --git a/error.h b/error.h index 994ec1ba..b9e19f55 100644 --- a/error.h +++ b/error.h @@ -32,10 +32,10 @@ extern const char **para_errlist[]; #define AFH_ERRORS \ PARA_ERROR(AFH_SYNTAX, "afh syntax error"), \ + PARA_ERROR(AFH_SHORT_WRITE, "afh short write"), \ #define AFH_COMMON_ERRORS \ - PARA_ERROR(BAD_AUDIO_FILE_SUFFIX, "unknown suffix"), \ PARA_ERROR(AUDIO_FORMAT, "audio format not recognized"), \ @@ -263,7 +263,6 @@ extern const char **para_errlist[]; #define SIGNAL_ERRORS \ PARA_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR"), \ - PARA_ERROR(SIGNAL_READ, "read error from signal pipe"), \ #define STRING_ERRORS \