aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/cfg_file_private.h')
-rw-r--r--src/libserver/cfg_file_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libserver/cfg_file_private.h b/src/libserver/cfg_file_private.h
index 8c9fc6539..f190c73f9 100644
--- a/src/libserver/cfg_file_private.h
+++ b/src/libserver/cfg_file_private.h
@@ -29,9 +29,9 @@ extern "C" {
struct rspamd_action {
enum rspamd_action_type action_type;
int flags; /* enum rspamd_action_flags */
- guint priority;
- gdouble threshold;
- gchar *name;
+ unsigned int priority;
+ double threshold;
+ char *name;
};
#ifdef __cplusplus