summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index d2320bb7..cb71c61b 100644
--- a/src/session.h
+++ b/src/session.h
@@ -98,6 +98,10 @@ public:
clean_accounts();
}
+ value_t fn_today(call_scope_t&) {
+ return CURRENT_DATE();
+ }
+
option_t<session_t> * lookup_option(const char * p);
virtual expr_t::ptr_op_t lookup(const string& name);