summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-23 15:27:06 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-23 15:27:06 -0400
commitaff7b56673dc7af1fd597c1e847fa33d75cbd704 (patch)
treea8d682e2a3eebbd1db9212e8cb840812c9db7c49 /src/report.h
parent1406cbe853e495391ee92daa7d636042349d1c6d (diff)
downloadledger-aff7b56673dc7af1fd597c1e847fa33d75cbd704.tar.gz
ledger-aff7b56673dc7af1fd597c1e847fa33d75cbd704.tar.bz2
ledger-aff7b56673dc7af1fd597c1e847fa33d75cbd704.zip
Added get_at and is_seq valexpr functions
These are for dealing with sequences.
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 8c80d91c..0c2be64d 100644
--- a/src/report.h
+++ b/src/report.h
@@ -133,6 +133,8 @@ public:
value_t fn_display_amount(call_scope_t& scope);
value_t fn_display_total(call_scope_t& scope);
value_t fn_market(call_scope_t& scope);
+ 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_scrub(call_scope_t& scope);
value_t fn_quantity(call_scope_t& scope);