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