X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http.h;h=3c332a98e9358a296b937453351018ac1042120e;hb=06121a0a8328c8aaa7a023cf6ebb142e9dc2b45c;hp=0bf8592dc45209c9be5b8ddac3a53f6fc11e29be;hpb=f2b516352527c6ddf338143e4ade0ef4713f85eb;p=git.git diff --git a/http.h b/http.h index 0bf8592dc..3c332a98e 100644 --- a/http.h +++ b/http.h @@ -86,7 +86,7 @@ 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); extern void http_cleanup(void); extern int data_received;