X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=0b61653894eff606980427ee26770fa088438b94;hb=00fb2d25632191b89ac4144e1a6498470a4a1c9e;hp=51f6ba73bafca0c1939b3e74e39bf15308d03f7a;hpb=a4ddbc33d7906f0e10c68c140a9a1003d9715a77;p=git.git diff --git a/http.h b/http.h index 51f6ba73b..0b6165389 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; @@ -90,7 +89,6 @@ extern void http_init(struct remote *remote, const char *url, int proactive_auth); extern void http_cleanup(void); -extern int data_received; extern int active_requests; extern int http_is_verbose; extern size_t http_post_buffer;