]> mj.ucw.cz Git - libucw.git/commitdiff
Other modules shoud be able to modify the log title.
authorTomas Valla <tom@ucw.cz>
Mon, 22 Dec 2003 19:29:39 +0000 (19:29 +0000)
committerTomas Valla <tom@ucw.cz>
Mon, 22 Dec 2003 19:29:39 +0000 (19:29 +0000)
lib/log.c

index e6260b601fe8f34e2772ed1955c0719cac4758e6..ae8648c25a7c69782abd18eba132e751826dbca9 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -18,7 +18,8 @@
 #include <time.h>
 #include <alloca.h>
 
-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;