X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=http.h;h=36fa154d2f6adf19bac3db4985360174320f0b8d;hb=4c2e98d6ce47aa9fcc1598c68e630f371cd4f8cb;hp=d6dc9d89fbc4be0fd5acd3e7bc50302da69f3d05;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;p=git.git diff --git a/http.h b/http.h index d6dc9d89..36fa154d 100644 --- a/http.h +++ b/http.h @@ -61,6 +61,7 @@ extern struct active_request_slot *get_active_slot(void); extern int start_active_slot(struct active_request_slot *slot); extern void run_active_slot(struct active_request_slot *slot); extern void finish_all_active_slots(void); +extern void release_active_slot(struct active_request_slot *slot); #ifdef USE_CURL_MULTI extern void fill_active_slots(void);