Fix sparse warnings
authorTimo Hirvonen <tihirvon@gmail.com>
Mon, 21 Nov 2005 00:52:52 +0000 (02:52 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 21 Nov 2005 06:14:16 +0000 (22:14 -0800)
commitbd22c904a0f1c88a3a7bfa96bbf690de2f5cb278
treedd1fe80dd0120cfcb2f551d6a4bf88bebe29ce8b
parent8fc66df237afce0b4318657f166b3583831949f3
Fix sparse warnings

Make some functions static and convert func() function prototypes to to
func(void).  Fix declaration after statement, missing declaration and
redundant declaration warnings.

Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
name-rev.c
pack-redundant.c
path.c