diff options
Diffstat (limited to 'src/libserver/cfg_file_private.h')
-rw-r--r-- | src/libserver/cfg_file_private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libserver/cfg_file_private.h b/src/libserver/cfg_file_private.h index 1a1500d09..8c9fc6539 100644 --- a/src/libserver/cfg_file_private.h +++ b/src/libserver/cfg_file_private.h @@ -18,9 +18,6 @@ #define RSPAMD_CFG_FILE_PRIVATE_H #include "cfg_file.h" -#include "../../contrib/mumhash/mum.h" -#define HASH_CASELESS -#include "uthash_strcase.h" #ifdef __cplusplus extern "C" { @@ -33,10 +30,8 @@ struct rspamd_action { enum rspamd_action_type action_type; int flags; /* enum rspamd_action_flags */ guint priority; - gint lua_handler_ref; /* If special handling is needed */ gdouble threshold; gchar *name; - struct UT_hash_handle hh; /* Index by name */ }; #ifdef __cplusplus |