summaryrefslogtreecommitdiff
path: root/ofx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ofx.h')
-rw-r--r--ofx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofx.h b/ofx.h
index 9b017bfa..232daecb 100644
--- a/ofx.h
+++ b/ofx.h
@@ -11,6 +11,7 @@ class ofx_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);