Code

http-push: enable "proactive auth"
[git.git] / http.h
diff --git a/http.h b/http.h
index 3c332a98e9358a296b937453351018ac1042120e..51f6ba73bafca0c1939b3e74e39bf15308d03f7a 100644 (file)
--- a/http.h
+++ b/http.h
@@ -86,7 +86,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 data_received;