From c8899addfd2deed3d84be2de234681db64987722 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 30 Apr 2007 06:26:38 +0000 Subject: Rearranged the sources a bit. --- src/ofx.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/ofx.h (limited to 'src/ofx.h') diff --git a/src/ofx.h b/src/ofx.h new file mode 100644 index 00000000..54713c17 --- /dev/null +++ b/src/ofx.h @@ -0,0 +1,21 @@ +#ifndef _OFX_H +#define _OFX_H + +#include "parser.h" + +namespace ledger { + +class ofx_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 string * original_file = NULL); +}; + +} // namespace ledger + +#endif // _OFX_H -- cgit v1.2.3