From 0a8b36de3f32f360ffdfc7c6d2e07b11345c7a1d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 16 Feb 2006 01:01:38 +0000 Subject: 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. --- textual.h | 1 + 1 file changed, 1 insertion(+) (limited to 'textual.h') diff --git a/textual.h b/textual.h index 64107e0a..473f0294 100644 --- a/textual.h +++ b/textual.h @@ -13,6 +13,7 @@ class textual_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); -- cgit v1.2.3