X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=0b61653894eff606980427ee26770fa088438b94;hb=bff64a9cdabee8476ad1d2e45f586a2d6a884363;hp=ee1606942a9716b45da937873949220ab7f8092b;hpb=5d6c53bb230b20b4bec8fb462df0031a14f4c995;p=git.git diff --git a/http.h b/http.h index ee1606942..0b6165389 100644 --- a/http.h +++ b/http.h @@ -85,7 +85,8 @@ extern void add_fill_function(void *data, int (*fill)(void *)); extern void step_active_slots(void); #endif -extern void http_init(struct remote *remote, const char *url); +extern void http_init(struct remote *remote, const char *url, + int proactive_auth); extern void http_cleanup(void); extern int active_requests;