X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=0b61653894eff606980427ee26770fa088438b94;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=0bf8592dc45209c9be5b8ddac3a53f6fc11e29be;hpb=c9de921848061db9316fe8dc2ebff4bcadf8117f;p=git.git diff --git a/http.h b/http.h index 0bf8592dc..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; @@ -86,10 +85,10 @@ 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, + 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;