summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/post.h b/src/post.h
index 42217d60..addf0629 100644
--- a/src/post.h
+++ b/src/post.h
@@ -38,10 +38,6 @@
* @author John Wiegley
*
* @ingroup data
- *
- * @brief Brief
- *
- * Long.
*/
#ifndef _POST_H
#define _POST_H
@@ -53,11 +49,6 @@ namespace ledger {
class xact_t;
class account_t;
-/**
- * @brief Brief
- *
- * Long.
- */
class post_t : public item_t
{
public:
@@ -227,6 +218,8 @@ private:
#endif // HAVE_BOOST_SERIALIZATION
};
+void to_xml(std::ostream& out, const post_t& post);
+
} // namespace ledger
#endif // _POST_H