summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-11 03:45:37 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-11 04:22:41 -0500
commitdae24c259ba70cfdba92a5d66bc424eef5773188 (patch)
tree340a9b9dacc786ecdda0d1f2cd4cc974078daadd /src/report.h
parente8ea2d4938fcbb0988fd1e2021d97a519c67ffd8 (diff)
downloadfork-ledger-dae24c259ba70cfdba92a5d66bc424eef5773188.tar.gz
fork-ledger-dae24c259ba70cfdba92a5d66bc424eef5773188.tar.bz2
fork-ledger-dae24c259ba70cfdba92a5d66bc424eef5773188.zip
Added floor() value expression function
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 3afb0107..e27abbf9 100644
--- a/src/report.h
+++ b/src/report.h
@@ -143,6 +143,7 @@ public:
value_t fn_rounded(call_scope_t& scope);
value_t fn_unrounded(call_scope_t& scope);
value_t fn_truncated(call_scope_t& scope);
+ value_t fn_floor(call_scope_t& scope);
value_t fn_abs(call_scope_t& scope);
value_t fn_justify(call_scope_t& scope);
value_t fn_quoted(call_scope_t& scope);