From 19de076b4d2419411363c82d216e6b71ff96b18a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Aug 2004 02:51:14 -0400 Subject: updated gnucash support --- gnucash.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gnucash.h (limited to 'gnucash.h') diff --git a/gnucash.h b/gnucash.h new file mode 100644 index 00000000..6b71fffa --- /dev/null +++ b/gnucash.h @@ -0,0 +1,21 @@ +#ifndef _GNUCASH_H +#define _GNUCASH_H + +#include "parser.h" + +namespace ledger { + +class gnucash_parser_t : public parser_t +{ + public: + virtual bool test(std::istream& in) const; + + virtual unsigned int parse(std::istream& in, + journal_t * journal, + account_t * master = NULL, + const std::string * original_file = NULL); +}; + +} // namespace ledger + +#endif // _GNUCASH_H -- cgit v1.2.3