X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=ee1606942a9716b45da937873949220ab7f8092b;hb=9ddb7ead5234d3a40f7222df482c9ec46f5413c9;hp=0bf8592dc45209c9be5b8ddac3a53f6fc11e29be;hpb=982d1dce349732539780ee81bb79c8ab26eaed20;p=git.git diff --git a/http.h b/http.h index 0bf8592dc..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; @@ -86,10 +85,9 @@ extern void add_fill_function(void *data, int (*fill)(void *)); extern void step_active_slots(void); #endif -extern void http_init(struct remote *remote); +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;