summaryrefslogtreecommitdiff
path: root/ledger.h
diff options
context:
space:
mode:
Diffstat (limited to 'ledger.h')
-rw-r--r--ledger.h4
1 files changed, 3 insertions, 1 deletions
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,