author | Mike Hommey <mh@glandium.org> | |
Sun, 9 Dec 2007 17:04:57 +0000 (18:04 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 9 Dec 2007 20:18:42 +0000 (12:18 -0800) | ||
commit | cc3530e8f3f512dd407f64caf2c9916cb26afbc2 | |
tree | 7c746adfe20e3e206849f9a04eb579d7cfa50061 | tree | snapshot |
parent | ace72086bbe1cd59bc15a0e5b043bdb98335af00 | commit | diff |
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>
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 | diff | blob | history | |
http.h | diff | blob | history |