summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-07 05:20:42 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-07 05:20:42 -0600
commit76f97a63da2deb8b6f9f8129bb11f5608d4a5518 (patch)
treeae46855b1573cdc4d0441def3b126aae702d8064 /src/post.h
parent69b25d367ed2317a537aefa9744ca315b5422fa5 (diff)
downloadfork-ledger-76f97a63da2deb8b6f9f8129bb11f5608d4a5518.tar.gz
fork-ledger-76f97a63da2deb8b6f9f8129bb11f5608d4a5518.tar.bz2
fork-ledger-76f97a63da2deb8b6f9f8129bb11f5608d4a5518.zip
Added parsing support for the many value directives
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