summaryrefslogtreecommitdiff
path: root/qif.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-16 01:01:38 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:23 -0400
commit4aea9709bb25a3be567ad8c25cdd4458e813a10f (patch)
treeab9f540eb655848acc8f324afe171775affe2f39 /qif.h
parent17e872689ead6d2250af3997c3944b081b4ad9ef (diff)
downloadfork-ledger-4aea9709bb25a3be567ad8c25cdd4458e813a10f.tar.gz
fork-ledger-4aea9709bb25a3be567ad8c25cdd4458e813a10f.tar.bz2
fork-ledger-4aea9709bb25a3be567ad8c25cdd4458e813a10f.zip
Made several changes to the parsing infrastructure to allow passing
the "config_t" object around. This is needed for parsing option settings in the initialization file.
Diffstat (limited to 'qif.h')
-rw-r--r--qif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qif.h b/qif.h
index 89663724..d8c52576 100644
--- a/qif.h
+++ b/qif.h
@@ -11,6 +11,7 @@ class qif_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);