X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=05efb790aab78184c58e23829603270e41392ca6;hb=c4012aab461993e6c8a9930d27d924a8462a9775;hp=cb5e2b023bfda5d8759bc594a0b559fabf0b42a7;hpb=00c4b870186ea76be34858452c3400136cd6f78d;p=paraslash.git diff --git a/error.h b/error.h index cb5e2b02..05efb790 100644 --- a/error.h +++ b/error.h @@ -396,6 +396,7 @@ extern const char **para_errlist[]; #define FD_ERRORS \ PARA_ERROR(F_GETFL, "failed to get fd flags"), \ PARA_ERROR(F_SETFL, "failed to set fd flags"), \ + PARA_ERROR(FGETS, "fgets error"), \ #define WRITE_ERRORS \