[PATCH] Make logerror() and loginfo() static
authorPavel Roskin <proski@gnu.org>
Thu, 29 Sep 2005 20:53:14 +0000 (16:53 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 30 Sep 2005 05:47:40 +0000 (22:47 -0700)
Make logerror() and loginfo() static

logerror() and loginfo() in daemon.c are never declared and never called
from other files, therefore they should be declared static. Found by
sparse.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found