X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=ee1606942a9716b45da937873949220ab7f8092b;hb=2cb1ff9ac35ff043e377f78e36a57422a6846485;hp=3c332a98e9358a296b937453351018ac1042120e;hpb=abe277301996d4b30f2c8f48cf92dcf677af783d;p=git.git diff --git a/http.h b/http.h index 3c332a98e..ee1606942 100644 --- a/http.h +++ b/http.h @@ -49,7 +49,6 @@ struct slot_results { struct active_request_slot { CURL *curl; - FILE *local; int in_use; CURLcode curl_result; long http_code; @@ -89,7 +88,6 @@ extern void step_active_slots(void); extern void http_init(struct remote *remote, const char *url); extern void http_cleanup(void); -extern int data_received; extern int active_requests; extern int http_is_verbose; extern size_t http_post_buffer;