From e1d0dbf220a5301f6125a1548a380492ad488515 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Nov 2005 07:11:22 +0000 Subject: Restructed the code that it can build and be used as a shared library. The command-line version is still statically bound in the build process by default (for the sake of speed). --- textual.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textual.h') diff --git a/textual.h b/textual.h index 741c21e8..64107e0a 100644 --- a/textual.h +++ b/textual.h @@ -2,6 +2,7 @@ #define _TEXTUAL_H #include "parser.h" +#include "format.h" #include "walk.h" namespace ledger { @@ -22,6 +23,7 @@ transaction_t * parse_transaction(std::istream& in, account_t * account); void write_textual_journal(journal_t& journal, std::string path, item_handler& formatter, + const std::string& write_hdr_format, std::ostream& out); } // namespace ledger -- cgit v1.2.3