diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-04-05 21:09:40 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-04-05 21:09:40 +0400 |
commit | 42baae32bc212e9287e11afa685e2de77cdf48e4 (patch) | |
tree | 1bf9ad6eeb94a0bf40e8d60ed1a0777aa23aa69d /src/cfg_xml.h | |
parent | 6be82def714f297d54302953286223b4afb07208 (diff) | |
download | rspamd-42baae32bc212e9287e11afa685e2de77cdf48e4.tar.gz rspamd-42baae32bc212e9287e11afa685e2de77cdf48e4.zip |
* Add initial version of lua configuration system
Diffstat (limited to 'src/cfg_xml.h')
-rw-r--r-- | src/cfg_xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_xml.h b/src/cfg_xml.h index 38c86c3d6..ec0547ffe 100644 --- a/src/cfg_xml.h +++ b/src/cfg_xml.h @@ -92,6 +92,7 @@ gboolean handle_factor (struct config_file *cfg, struct rspamd_xml_userdata *ctx gboolean handle_module_opt (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset); gboolean handle_log_type (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset); gboolean handle_log_level (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset); +gboolean handle_lua (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset); /* Dumper functions */ |