]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
Use local structs for HTTP slot callback data
authorNick Hengeveld <nickh@reactrix.com>
Wed, 1 Feb 2006 02:00:37 +0000 (18:00 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Feb 2006 02:03:46 +0000 (18:03 -0800)
commitcb754fdf5a742a5479458da84d8f92bce2434ed5
tree1dfe03bd00fb12a0ceea8f363546b67518111842
parent8233340ce6eb700eb2cd9c0fef4d1705997c499b
Use local structs for HTTP slot callback data

There's no need for these structures to be static, and it could potentially
cause problems down the road.

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c