diff options
author | ELIPTUS <eliptus+git@gmail.com> | 2014-11-12 22:51:56 -0800 |
---|---|---|
committer | ELIPTUS <eliptus+git@gmail.com> | 2014-11-12 22:51:56 -0800 |
commit | af571c104790b0703d94b0f94b949041cf4f5c1d (patch) | |
tree | 43d0d7024aeb3d0f9327307f420acd9b5c182b32 /src/session.h | |
parent | a3f3aa304fcfb19fc716c5eaf33a6e152bb3aa71 (diff) | |
download | fork-ledger-af571c104790b0703d94b0f94b949041cf4f5c1d.tar.gz fork-ledger-af571c104790b0703d94b0f94b949041cf4f5c1d.tar.bz2 fork-ledger-af571c104790b0703d94b0f94b949041cf4f5c1d.zip |
Improve Embedded Python Support
Discussion:
https://groups.google.com/d/msg/ledger-cli/kq9sKoRX9vw/fmyhvPslzokJ
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); |