summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-09 01:29:11 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-09 01:29:11 -0600
commitb0cf90ab50ac42d3184d70cb1906778df034ddaa (patch)
treefef013c20589f8c9eb47c3ba3401525812c69b05 /src/session.h
parentc62ceeef5a577731eb1921bd860e2c4c0b715eca (diff)
downloadfork-ledger-b0cf90ab50ac42d3184d70cb1906778df034ddaa.tar.gz
fork-ledger-b0cf90ab50ac42d3184d70cb1906778df034ddaa.tar.bz2
fork-ledger-b0cf90ab50ac42d3184d70cb1906778df034ddaa.zip
Added int and str value expression functions
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index cfeced39..b06c4a42 100644
--- a/src/session.h
+++ b/src/session.h
@@ -86,6 +86,8 @@ public:
value_t fn_account(call_scope_t& scope);
value_t fn_min(call_scope_t& scope);
value_t fn_max(call_scope_t& scope);
+ value_t fn_int(call_scope_t& scope);
+ value_t fn_str(call_scope_t& scope);
value_t fn_lot_price(call_scope_t& scope);
value_t fn_lot_date(call_scope_t& scope);
value_t fn_lot_tag(call_scope_t& scope);