From 8c328f1106cf0498333c2d8a96940e7b4581e316 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 5 Oct 2004 21:01:23 +0000 Subject: Number of warnings is down to 3 again in lib directory. A lot of const's added to strings and a lot of int -> unsigned int changes. --- lib/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/log.h') diff --git a/lib/log.h b/lib/log.h index defe0641..e2eeb826 100644 --- a/lib/log.h +++ b/lib/log.h @@ -121,8 +121,8 @@ int zlog_rotate (); /* For hackey massage lookup and check */ #define LOOKUP(x, y) mes_lookup(x, x ## _max, y) -char *lookup (struct message *, int); -char *mes_lookup (struct message *meslist, int max, int index); +const char *lookup (struct message *, int); +const char *mes_lookup (struct message *meslist, int max, int index); extern const char *zlog_priority[]; -- cgit v1.2.3