summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-21 18:32:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-21 18:32:03 -0400
commit963161a817c3d6b2a8171c8e3faa382dbc39ba02 (patch)
tree28baefd70f0b51229ae1bdf4b01a0fc9e49afe1b /src/report.h
parent2f1b1c8ceded9bff5fa26d0899da04180f539e94 (diff)
downloadfork-ledger-963161a817c3d6b2a8171c8e3faa382dbc39ba02.tar.gz
fork-ledger-963161a817c3d6b2a8171c8e3faa382dbc39ba02.tar.bz2
fork-ledger-963161a817c3d6b2a8171c8e3faa382dbc39ba02.zip
bal was sometimes reporting empty accounts
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 7e52933a..e0073193 100644
--- a/src/report.h
+++ b/src/report.h
@@ -134,6 +134,8 @@ public:
void accounts_report(acct_handler_ptr handler);
void commodities_report(post_handler_ptr handler);
+ value_t display_value(const value_t& val);
+
value_t fn_amount_expr(call_scope_t& scope);
value_t fn_total_expr(call_scope_t& scope);
value_t fn_display_amount(call_scope_t& scope);