author | Pavel Roskin <proski@gnu.org> | |
Thu, 29 Sep 2005 20:53:14 +0000 (16:53 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 30 Sep 2005 05:47:40 +0000 (22:47 -0700) | ||
commit | cdda474525f67d6f7c8bb9ae8e4c6bada2c50afa | |
tree | d60a5df547b411e68d2d3b99c01deab46c77dfd8 | tree | snapshot |
parent | 7d167feb8bdb52a21a0ef1a4d3b2a8d1f1d413f1 | commit | diff |
[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>
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 | diff | blob | history |