diff options
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 f07539295..203558e9a 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -395,7 +395,7 @@ gchar* get_module_opt (struct config_file *cfg, gchar *module_name, gchar *opt_n * @param limit string representation of limit (eg. 1M) * @return numeric value of limit */ -gsize parse_limit (const gchar *limit, guint len); +guint64 parse_limit (const gchar *limit, guint len); /** * Parse time |