summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-25 02:48:58 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-25 02:48:58 -0500
commita7424c1df9b565e77ff25fee46f8a79d2638f42c (patch)
tree17bd490111af25474545ffdadc01f2eadb54b6a5 /src/report.h
parent4141afbfae0cfeb55b67efea603962b88b885043 (diff)
downloadfork-ledger-a7424c1df9b565e77ff25fee46f8a79d2638f42c.tar.gz
fork-ledger-a7424c1df9b565e77ff25fee46f8a79d2638f42c.tar.bz2
fork-ledger-a7424c1df9b565e77ff25fee46f8a79d2638f42c.zip
Added a trim() 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 d942038b..94d39215 100644
--- a/src/report.h
+++ b/src/report.h
@@ -143,6 +143,7 @@ public:
value_t fn_get_at(call_scope_t& scope);
value_t fn_is_seq(call_scope_t& scope);
value_t fn_strip(call_scope_t& scope);
+ value_t fn_trim(call_scope_t& scope);
value_t fn_scrub(call_scope_t& scope);
value_t fn_quantity(call_scope_t& scope);
value_t fn_rounded(call_scope_t& scope);