summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-28 11:32:37 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-28 11:32:37 -0800
commitf1c12e1b4af2eec4eefff9350b74601b36f51d85 (patch)
tree726933f3fdae6bcec99c28a66fbe5a1cef7243cc /http.h
parent699eb54876669f0c109a34e0c01a9dd0c67725fa (diff)
parenta4ddbc33d7906f0e10c68c140a9a1003d9715a77 (diff)
downloadgit-f1c12e1b4af2eec4eefff9350b74601b36f51d85.tar.gz
Merge branch 'jk/maint-push-over-dav' into maint
* jk/maint-push-over-dav: http-push: enable "proactive auth" t5540: test DAV push with authentication
Diffstat (limited to 'http.h')
-rw-r--r--http.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/http.h b/http.h
index ee1606942a..0b61653894 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;