summaryrefslogtreecommitdiff
path: root/ofx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ofx.h')
-rw-r--r--ofx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ofx.h b/ofx.h
index 232daecb..aff2c65a 100644
--- a/ofx.h
+++ b/ofx.h
@@ -7,14 +7,14 @@ namespace ledger {
class ofx_parser_t : public parser_t
{
- public:
+public:
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);
+ virtual unsigned int parse(std::istream& in,
+ session_t& session,
+ journal_t& journal,
+ account_t * master = NULL,
+ const path * original_file = NULL);
};
} // namespace ledger