]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
net.c: Rename sendall() to write_all().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 994ec1ba2c75c56b8f0acb9fe576c11213556244..df2a240c24681c2d72b213183d80ccd877ffb9be 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"), \