X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=3a05fe04cd07d63b3b5e1969c7c65c4182b31376;hb=2abba90245f87fab096edfc3faf7df61646b713f;hp=dd5cc579387ce3d3c78131a812b9184e9b57d787;hpb=0f6df2322c12b1cc20dea08bb6c397465d4f5b46;p=paraslash.git diff --git a/error.h b/error.h index dd5cc579..3a05fe04 100644 --- a/error.h +++ b/error.h @@ -28,6 +28,7 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define RBTREE_ERRORS #define RECV_ERRORS #define ACL_ERRORS +#define SEND_COMMON_ERRORS extern const char **para_errlist[]; @@ -318,7 +319,6 @@ extern const char **para_errlist[]; #define HTTP_SEND_ERRORS \ PARA_ERROR(WRITE_OK, "can not check whether fd is writable"), \ - PARA_ERROR(SEND_QUEUED_CHUNK, "failed to send queued chunk"), \ #define COMMAND_ERRORS \ @@ -347,7 +347,6 @@ extern const char **para_errlist[]; #define DCCP_SEND_ERRORS \ - PARA_ERROR(DCCP_WRITE, "dccp write error"), \ #define FD_ERRORS \