Introduce the new nonblock API.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 3ad88cd4fab44cf7a2527bdcbf905b7d2eaf82da..e30e8a284c35c6d8b16b5fc5c8d7702540c9d989 100644 (file)
--- a/error.h
+++ b/error.h
@@ -374,6 +374,7 @@ extern const char **para_errlist[];
 
 #define FD_ERRORS \
        PARA_ERROR(FGETS, "fgets error"), \
 
 #define FD_ERRORS \
        PARA_ERROR(FGETS, "fgets error"), \
+       PARA_ERROR(EOF, "end of file"), \
 
 
 #define WRITE_ERRORS \
 
 
 #define WRITE_ERRORS \