From 550f27dbdbd00024e483b989ebc033b2cbe0d239 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Jul 2009 12:19:12 -0400 Subject: Clean up warnings in common/ Fix consts and function declarations --- common/ini/ini_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ini/ini_config.h') diff --git a/common/ini/ini_config.h b/common/ini/ini_config.h index 46e83d1c..05ab27df 100644 --- a/common/ini/ini_config.h +++ b/common/ini/ini_config.h @@ -216,7 +216,7 @@ void free_bin_config_value(char *); /* Array of stings */ /* Separator sting includes up to three different separators. If NULL comma is assumed. */ /* The spaces are trimmed automatically around separators in the string. */ -char **get_string_config_array(struct collection_item *item, char *sep, int *size, int *error); +char **get_string_config_array(struct collection_item *item, const char *sep, int *size, int *error); /* Array of long values - separators are detected automatically. */ /* The length of the allocated array is returned in "size" */ long *get_long_config_array(struct collection_item *item, int *size, int *error); -- cgit