]> asedeno.scripts.mit.edu Git - git.git/blobdiff - http.h
Merge branch 'maint'
[git.git] / http.h
diff --git a/http.h b/http.h
index 559105cc034467551041f9b57f7d649b3473f50a..72abac20f856b45c873cc370f23c7df08b650370 100644 (file)
--- a/http.h
+++ b/http.h
@@ -70,10 +70,8 @@ extern void release_active_slot(struct active_request_slot *slot);
 
 #ifdef USE_CURL_MULTI
 extern void fill_active_slots(void);
+extern void add_fill_function(void *data, int (*fill)(void *));
 extern void step_active_slots(void);
-
-/* Provided by the program using http. */
-extern int fill_active_slot(void);
 #endif
 
 extern void http_init(void);