summaryrefslogtreecommitdiff
path: root/src/textual.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-05 21:18:37 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-05 21:20:09 -0400
commit408b819c6e087593ba61e82b91dda2369ef32f62 (patch)
tree68456c86187e00355d47c5794008b8226bd000e2 /src/textual.h
parent7b24e8f8e33049fe533cce2d2d473c6122460954 (diff)
downloadledger-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.h8
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