From 76f97a63da2deb8b6f9f8129bb11f5608d4a5518 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 7 Mar 2012 05:20:42 -0600 Subject: Added parsing support for the many value directives --- src/post.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index ce33fefc..217f5509 100644 --- a/src/post.h +++ b/src/post.h @@ -259,6 +259,9 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; +class journal_t; +void extend_post(post_t& post, journal_t& journal); + void to_xml(std::ostream& out, const post_t& post); } // namespace ledger -- cgit v1.2.3