diff options
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |