Introduce the new nonblock API.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index f6dec480c81fe5af5dfaf9ca28d57884ca1ab135..e30e8a284c35c6d8b16b5fc5c8d7702540c9d989 100644 (file)
--- a/error.h
+++ b/error.h
@@ -280,7 +280,6 @@ extern const char **para_errlist[];
        PARA_ERROR(OGGDEC_FAULT, "bug or heap/stack corruption"), \
        PARA_ERROR(OGGDEC_BADLINK, "invalid stream section or requested link corrupt"), \
        PARA_ERROR(OGGDEC_SYNTAX, "syntax error in oggdec config"), \
-       PARA_ERROR(OGGDEC_EOF, "oggdec: end of file"), \
 
 
 #define GRAB_CLIENT_ERRORS \
@@ -375,6 +374,7 @@ extern const char **para_errlist[];
 
 #define FD_ERRORS \
        PARA_ERROR(FGETS, "fgets error"), \
+       PARA_ERROR(EOF, "end of file"), \
 
 
 #define WRITE_ERRORS \