summaryrefslogtreecommitdiff
path: root/src/commodity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commodity.h')
-rw-r--r--src/commodity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commodity.h b/src/commodity.h
index 0d31b2bd..ef9ef5c4 100644
--- a/src/commodity.h
+++ b/src/commodity.h
@@ -418,6 +418,8 @@ struct compare_amount_commodities {
bool operator()(const amount_t * left, const amount_t * right) const;
};
+void to_xml(std::ostream& out, const commodity_t& comm);
+
} // namespace ledger
#endif // _COMMODITY_H