diff options
author | John Wiegley <johnw@newartisans.com> | 2014-11-15 17:38:37 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-11-15 17:38:37 -0600 |
commit | 4dbc822f90e4f8c3a2842846ba6b7b4695fe1d21 (patch) | |
tree | 42a463041676452817b09240e42a327b4a560d4a /src/session.h | |
parent | 312b7ffa72787762de630bd750efd35f65d11c8d (diff) | |
parent | af571c104790b0703d94b0f94b949041cf4f5c1d (diff) | |
download | ledger-4dbc822f90e4f8c3a2842846ba6b7b4695fe1d21.tar.gz ledger-4dbc822f90e4f8c3a2842846ba6b7b4695fe1d21.tar.bz2 ledger-4dbc822f90e4f8c3a2842846ba6b7b4695fe1d21.zip |
Merge pull request #330 from eliptus/feature/embedded-python
Improve Embedded Python Support
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h index d20ba74a..88146c1e 100644 --- a/src/session.h +++ b/src/session.h @@ -84,6 +84,8 @@ public: journal_t * read_journal_files(); void close_journal_files(); + journal_t * get_journal(); + value_t fn_account(call_scope_t& scope); value_t fn_min(call_scope_t& scope); value_t fn_max(call_scope_t& scope); |