X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=f828e1d8067aeff3036c14a1c43e333902e46bd6;hb=525ecd26c6cc8d1dc0c6190d8266e5d30b06da51;hp=4c4e99c2f6cae97110efe28986333fc5cbc4c095;hpb=ab36d06f12b7243de419bb82b11a678bea30eef2;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];