diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-11-11 18:42:28 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-11-11 18:42:28 +0300 |
commit | 626bd1c196da80aeed58ad3878f132a162034463 (patch) | |
tree | 506ed7b6344322c313cfde6119ac0a6a1859e84c /src/cfg_file.h | |
parent | e31d2fac565ae6f32cb5283eb55392344364b453 (diff) | |
download | rspamd-626bd1c196da80aeed58ad3878f132a162034463.tar.gz rspamd-626bd1c196da80aeed58ad3878f132a162034463.zip |
Fix static build.
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 184a1aa16..797f32837 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -386,7 +386,7 @@ gsize parse_limit (const gchar *limit, guint len); * @param default_type dimension of time if no suffix is specified * @return value of time in milliseconds */ -guint parse_time (const gchar *t, enum time_type default_type); +guint cfg_parse_time (const gchar *t, enum time_type default_type); /** * Parse flag |