X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=f828e1d8067aeff3036c14a1c43e333902e46bd6;hb=6d975c24a96d607061dbcf354a50dc8410ed4b55;hp=4c4e99c2f6cae97110efe28986333fc5cbc4c095;hpb=04ce83e2b9a1f1512d3d0c873e8f13d06761620c;p=git.git diff --git a/http.h b/http.h index 4c4e99c2f..f828e1d80 100644 --- a/http.h +++ b/http.h @@ -79,6 +79,7 @@ extern curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp); extern struct active_request_slot *get_active_slot(void); extern int start_active_slot(struct active_request_slot *slot); extern void run_active_slot(struct active_request_slot *slot); +extern void finish_active_slot(struct active_request_slot *slot); extern void finish_all_active_slots(void); extern void release_active_slot(struct active_request_slot *slot); @@ -94,6 +95,7 @@ extern void http_cleanup(void); extern int data_received; extern int active_requests; extern int http_is_verbose; +extern size_t http_post_buffer; extern char curl_errorstr[CURL_ERROR_SIZE];