diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-05 21:18:37 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-05 21:20:09 -0400 |
commit | 408b819c6e087593ba61e82b91dda2369ef32f62 (patch) | |
tree | 68456c86187e00355d47c5794008b8226bd000e2 /src/textual.h | |
parent | 7b24e8f8e33049fe533cce2d2d473c6122460954 (diff) | |
download | ledger-408b819c6e087593ba61e82b91dda2369ef32f62.tar.gz ledger-408b819c6e087593ba61e82b91dda2369ef32f62.tar.bz2 ledger-408b819c6e087593ba61e82b91dda2369ef32f62.zip |
Greatly simplified the way option and command handlers are defined.
Diffstat (limited to 'src/textual.h')
-rw-r--r-- | src/textual.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/textual.h b/src/textual.h index b6f67157..3565579a 100644 --- a/src/textual.h +++ b/src/textual.h @@ -47,7 +47,7 @@ #define _TEXTUAL_H #include "journal.h" -#include "handler.h" +#include "account.h" namespace ledger { @@ -166,12 +166,6 @@ protected: friend class instance_t; }; -void write_textual_journal(journal_t& journal, - const path& pathname, - xact_handler_ptr& formatter, - const string& write_hdr_format, - std::ostream& out); - } // namespace ledger #endif // _TEXTUAL_H |