summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/account.h b/src/account.h
index b751cb0b..1716102f 100644
--- a/src/account.h
+++ b/src/account.h
@@ -305,6 +305,9 @@ private:
std::ostream& operator<<(std::ostream& out, const account_t& account);
+void put_account(property_tree::ptree& pt, const account_t& acct,
+ function<bool(const account_t&)> pred);
+
} // namespace ledger
#endif // _ACCOUNT_H