diff options
Diffstat (limited to 'src/balance.h')
-rw-r--r-- | src/balance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/balance.h b/src/balance.h index a4f922a8..81a7ff13 100644 --- a/src/balance.h +++ b/src/balance.h @@ -574,6 +574,8 @@ inline std::ostream& operator<<(std::ostream& out, const balance_t& bal) { return out; } +void to_xml(std::ostream& out, const balance_t& amt); + } // namespace ledger #endif // _BALANCE_H |