[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)
commitcdda474525f67d6f7c8bb9ae8e4c6bada2c50afa
treed60a5df547b411e68d2d3b99c01deab46c77dfd8
parent7d167feb8bdb52a21a0ef1a4d3b2a8d1f1d413f1
[PATCH] Make logerror() and loginfo() static

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>
daemon.c