diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-07 05:20:42 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-07 05:20:42 -0600 |
commit | 76f97a63da2deb8b6f9f8129bb11f5608d4a5518 (patch) | |
tree | ae46855b1573cdc4d0441def3b126aae702d8064 /src/post.h | |
parent | 69b25d367ed2317a537aefa9744ca315b5422fa5 (diff) | |
download | fork-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.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 |