aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index b4cc4ded1..f2744cb2c 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -217,7 +217,7 @@ struct statfile {
statfile_normalize_func normalizer; /**< function that is used as normaliser */
void *normalizer_data; /**< normalizer function params */
gchar *normalizer_str; /**< source string (for dump) */
- GHashTable *opts; /**< different statfile options */
+ ucl_object_t *opts; /**< other options */
gboolean is_spam; /**< spam flag */
};