From 7189b181ef3e0da74d992da87771fa26399391bc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Aug 2004 17:08:56 -0400 Subject: further restructuring --- ledger.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ledger.h') diff --git a/ledger.h b/ledger.h index 8cf41be3..1e0759aa 100644 --- a/ledger.h +++ b/ledger.h @@ -216,7 +216,9 @@ class journal_t strings_list::iterator end) const; }; -int parse_journal_file(const std::string& path, journal_t * journal); +int parse_journal_file(const std::string& path, + journal_t * journal, + account_t * master = NULL); unsigned int parse_textual_journal(std::istream& in, journal_t * ledger, -- cgit v1.2.3