diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-15 17:08:56 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-15 17:08:56 -0400 |
commit | 7189b181ef3e0da74d992da87771fa26399391bc (patch) | |
tree | 3c6b677a54161fb63cb169c93d9eade0b316b4da /ledger.h | |
parent | 78c44b5e795a98baacfbc56943b784370956cbca (diff) | |
download | fork-ledger-7189b181ef3e0da74d992da87771fa26399391bc.tar.gz fork-ledger-7189b181ef3e0da74d992da87771fa26399391bc.tar.bz2 fork-ledger-7189b181ef3e0da74d992da87771fa26399391bc.zip |
further restructuring
Diffstat (limited to 'ledger.h')
-rw-r--r-- | ledger.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |