X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=ee1606942a9716b45da937873949220ab7f8092b;hb=2cb1ff9ac35ff043e377f78e36a57422a6846485;hp=0bf8592dc45209c9be5b8ddac3a53f6fc11e29be;hpb=7b51c33b376d22195dba1c4e067180164fd35dbf;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;