]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
Make function to refill http queue a callback
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 11 Sep 2007 03:02:34 +0000 (23:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700)
commitfc57b6aaa5bc59ecbe0c052b98196a93b35760a5
treee64dcae3f9242d3a57fbb138e6d38f1b9672216e
parent45c1741235a1fbd54484fa1c67ea68569dcfa23e
Make function to refill http queue a callback

This eliminates the last function provided by the code using http.h as
a global symbol, so it should be possible to have multiple programs
using http.h in the same executable, and it also adds an argument to
that callback, so that info can be passed into the callback without
being global.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-fetch.c
http-push.c
http.c
http.h