diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index fb8f8681e..7f89dd4b9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -20,7 +20,7 @@ struct rspamd_settings { /* * Read settings from specified path */ -gboolean read_settings (const gchar *path, struct config_file *cfg, GHashTable *table); +gboolean read_settings (const gchar *path, const gchar *description, struct config_file *cfg, GHashTable *table); /* * Init configuration structures for settings |