From b04c699ecfb4704a67f4583e4ea929a6a3e49856 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 4 Oct 2004 19:10:31 +0000 Subject: First small part of lib cleanup. Mainly "constification" of arguments and adding FIXME's. --- lib/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/log.h') diff --git a/lib/log.h b/lib/log.h index 8948ea00..defe0641 100644 --- a/lib/log.h +++ b/lib/log.h @@ -71,7 +71,7 @@ struct zlog struct message { int key; - char *str; + const char *str; }; /* Default logging strucutre. */ -- cgit v1.2.3