]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
make send_callback_request() and friends take a result handler.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 994ec1ba2c75c56b8f0acb9fe576c11213556244..b9e19f55fcabb190123cc559ae342c488403281f 100644 (file)
--- 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 \