X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=http.h;h=04169d5f9c8fa4cb82ad720b9e6d371f02be83d3;hb=c2e357c2fe23ff900de158067ca11e5021e22741;hp=9bab2c88210650e2aaa271a72eb7192cd2f7331b;hpb=67cdec1e58f1f9bc17d500b04e856042e0b2bf59;p=git.git diff --git a/http.h b/http.h index 9bab2c882..04169d5f9 100644 --- a/http.h +++ b/http.h @@ -7,6 +7,7 @@ #include #include "strbuf.h" +#include "remote.h" /* * We detect based on the cURL version if multi-transfer is @@ -83,7 +84,7 @@ extern void add_fill_function(void *data, int (*fill)(void *)); extern void step_active_slots(void); #endif -extern void http_init(void); +extern void http_init(struct remote *remote); extern void http_cleanup(void); extern int data_received;