From 84e4c0195cfd14430102ccb7bc9deeb8951b55d1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Sep 1997 07:13:13 +0000 Subject: [PATCH] Minor changes. --- util/log.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/util/log.c b/util/log.c index 380b037..afba6ec 100644 --- a/util/log.c +++ b/util/log.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: log.c,v $ - * Revision 1.14 1997-09-18 08:48:09 adam + * Revision 1.15 1997-09-29 07:13:13 adam + * Minor changes. + * + * Revision 1.14 1997/09/18 08:48:09 adam * Fixed minor bug that caused log_init to ignore filename. * * Revision 1.13 1997/09/01 08:54:13 adam @@ -138,9 +141,9 @@ void log_init(int level, const char *prefix, const char *name) } static void (*start_hook_func)(int, const char *, void *) = NULL; -void *start_hook_info; +static void *start_hook_info; static void (*end_hook_func)(int, const char *, void *) = NULL; -void *end_hook_info; +static void *end_hook_info; void log_event_start (void (*func)(int, const char *, void *), void *info) { -- 1.7.10.4