diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-14 16:12:57 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-14 16:12:57 +0000 |
commit | 7347509ead19b66f951194147d12c9d769a90c20 (patch) | |
tree | 348358f033f4333791522aed7cca7cf69aad4023 /src/cfg_file.h | |
parent | 2a0a59ee52a424d10bc7d1d5d77c451b842d8e00 (diff) | |
download | rspamd-7347509ead19b66f951194147d12c9d769a90c20.tar.gz rspamd-7347509ead19b66f951194147d12c9d769a90c20.zip |
Handle views in ucl.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index 9dec61bc3..b4cc4ded1 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -507,7 +507,7 @@ void unescape_quotes (gchar *line); /* * Convert comma separated string to a list of strings */ -GList* parse_comma_list (memory_pool_t *pool, gchar *line); +GList* parse_comma_list (memory_pool_t *pool, const gchar *line); /* * Return a new classifier_config structure, setting default and non-conflicting attributes |