diff options
Diffstat (limited to 'py_eval.h')
-rw-r--r-- | py_eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ using namespace boost::python; namespace ledger { +void initialize_ledger_for_python(); void shutdown_ledger_for_python(); class python_interpreter_t : public xml::xpath_t::scope_t |