X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fhttp.h;h=2523bc721a8b985ed56fc94c4ad3e6c9dc5491d1;hb=HEAD;hp=3a1dc3e3ca5f233b6dc44d0fe405138e9d5a7295;hpb=db269a1ab34d16c03e8087eaf786e7b3c9a135e4;p=rocksndiamonds.git diff --git a/src/libgame/http.h b/src/libgame/http.h index 3a1dc3e3..2523bc72 100644 --- a/src/libgame/http.h +++ b/src/libgame/http.h @@ -46,6 +46,7 @@ struct HttpResponse char *GetHttpError(void); void ConvertHttpRequestBodyToServerEncoding(struct HttpRequest *); void ConvertHttpResponseBodyToClientEncoding(struct HttpResponse *); +struct HttpResponse *GetHttpResponseFromBuffer(void *, int); boolean DoHttpRequest(struct HttpRequest *, struct HttpResponse *); #endif