HTTP cleanup
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Jun 2006 21:26:57 +0000 (14:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Jun 2006 21:26:57 +0000 (14:26 -0700)
commitdd8239f997962d94162790039b008acb6068a242
tree84943fe8eea4110da2ed6d50283c3316dbc08456
parentb3ca4e4ebba6915ea534c4b82cfc5d6f10b4c283
HTTP cleanup

This ifdef's out more functions that are not used while !USE_MULTI
in http code.  Also the dependency of http related objects on http.h
header file was missing in the Makefile.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
http-push.c