diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-03-25 19:19:47 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-03-25 19:19:47 +0300 |
commit | 2f2642851746b0985f67e8dde58e2458eae07cca (patch) | |
tree | c379cf43cf7a26be6e70111e8e79815258a1c0ee /src/cfg_file.h | |
parent | 9e16e433e1386b3613ea5667b12ee14c3ef0588c (diff) | |
download | rspamd-2f2642851746b0985f67e8dde58e2458eae07cca.tar.gz rspamd-2f2642851746b0985f67e8dde58e2458eae07cca.zip |
* Initial add of xml parser for rspamd configuration
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |