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.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/log.c') diff --git a/lib/log.c b/lib/log.c index 2090b91e..bbe6e996 100644 --- a/lib/log.c +++ b/lib/log.c @@ -474,7 +474,7 @@ zlog_free_cwd () } /* Message lookup function. */ -char * +const char * lookup (struct message *mes, int key) { struct message *pnt; @@ -488,7 +488,7 @@ lookup (struct message *mes, int key) /* Very old hacky version of message lookup function. Still partly used in bgpd and ospfd. FIXME Seems that it's not used any more. */ -char * +const char * mes_lookup (struct message *meslist, int max, int index) { if (index < 0 || index >= max) -- cgit v1.2.1