diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-14 04:40:39 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-14 04:40:39 -0400 |
commit | 47e91a8a92b5b86944af3190680e5cfdcf562ef1 (patch) | |
tree | c2ac5a123a9a976f989be0c73ff86e9f9b7e8643 /src/session.h | |
parent | c2a77c12377e6dcecb9ba50274a3896412f5eaaf (diff) | |
download | fork-ledger-47e91a8a92b5b86944af3190680e5cfdcf562ef1.tar.gz fork-ledger-47e91a8a92b5b86944af3190680e5cfdcf562ef1.tar.bz2 fork-ledger-47e91a8a92b5b86944af3190680e5cfdcf562ef1.zip |
Added initial implementation of lot_*() functions
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h index d52a1e49..6de4b2dd 100644 --- a/src/session.h +++ b/src/session.h @@ -76,6 +76,9 @@ 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_lot_price(call_scope_t& scope); + value_t fn_lot_date(call_scope_t& scope); + value_t fn_lot_tag(call_scope_t& scope); void report_options(std::ostream& out) { |