From 2f2642851746b0985f67e8dde58e2458eae07cca Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 25 Mar 2010 19:19:47 +0300 Subject: * Initial add of xml parser for rspamd configuration --- src/cfg_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cfg_file.h') diff --git a/src/cfg_file.h b/src/cfg_file.h index 53fd7e6fc..74ce91911 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -372,6 +372,7 @@ GList* parse_comma_list (memory_pool_t *pool, char *line); struct classifier_config* check_classifier_cfg (struct config_file *cfg, struct classifier_config *c); struct worker_conf* check_worker_conf (struct config_file *cfg, struct worker_conf *c); gboolean parse_normalizer (struct config_file *cfg, struct statfile *st, const char *line); +gboolean read_xml_config (struct config_file *cfg, const char *filename); int yylex (void); int yyparse (void); -- cgit v1.2.3