From: Tomas Valla Date: Mon, 22 Dec 2003 19:29:39 +0000 (+0000) Subject: Other modules shoud be able to modify the log title. X-Git-Tag: holmes-import~1149 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fcb9881e569439b289d6b66f0731fb09a2261d1f;p=libucw.git Other modules shoud be able to modify the log title. --- diff --git a/lib/log.c b/lib/log.c index e6260b60..ae8648c2 100644 --- a/lib/log.c +++ b/lib/log.c @@ -18,7 +18,8 @@ #include #include -static char log_progname[32], *log_name_patt, *log_name; +char log_progname[32]; +static char *log_name_patt, *log_name; static pid_t log_pid; static int log_params; static int log_name_size;