X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=3959cad4f3b67326d6161a252c5b3a66a74e0394;hp=ce308ab723117cf671cf7010801efa260e7203d0;hb=bae94d3ba972bb91626e5f15e2d5ac44da6b041d;hpb=6bdac07456cb5872f824028912d1049883a9c21f diff --git a/http_send.c b/http_send.c index ce308ab7..3959cad4 100644 --- a/http_send.c +++ b/http_send.c @@ -6,8 +6,10 @@ /** \file http_send.c paraslash's http sender */ +#include #include #include +#include #include "para.h" #include "error.h" @@ -41,7 +43,9 @@ enum http_client_status { HTTP_INVALID_GET_REQUEST }; +/** For each connected client, a structure of this type is maintained. */ struct private_http_sender_data { + /** The current state of this client. */ enum http_client_status status; };