]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
Cleanup variables in http.[ch]
authorMike Hommey <mh@glandium.org>
Sun, 9 Dec 2007 17:04:57 +0000 (18:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2007 20:18:42 +0000 (12:18 -0800)
commitcc3530e8f3f512dd407f64caf2c9916cb26afbc2
tree7c746adfe20e3e206849f9a04eb579d7cfa50061
parentace72086bbe1cd59bc15a0e5b043bdb98335af00
Cleanup variables in http.[ch]

Quite some variables defined as extern in http.h are only used in http.c,
and some others, only defined in http.c, were not static.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c
http.h