summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml.h b/xml.h
index fc56aa0a..17b01bb7 100644
--- a/xml.h
+++ b/xml.h
@@ -12,6 +12,7 @@ class xml_parser_t : public parser_t
virtual bool test(std::istream& in) const;
virtual unsigned int parse(std::istream& in,
+ config_t& config,
journal_t * journal,
account_t * master = NULL,
const std::string * original_file = NULL);