From a577e8c48ebe3b540a6833e1d37025d53c8a42a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 19:45:13 -0400 Subject: Added a new --raw option, for use with print --- src/item.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 96e0899b..94bb7e10 100644 --- a/src/item.h +++ b/src/item.h @@ -159,8 +159,9 @@ public: }; value_t get_comment(item_t& item); - -string item_context(const item_t& item, const string& desc); +void print_item(std::ostream& out, const item_t& item, + const string& prefix = ""); +string item_context(const item_t& item, const string& desc); } // namespace ledger -- cgit v1.2.3