summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h3
1 files changed, 3 insertions, 0 deletions
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