diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-15 11:17:00 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:32 -0400 |
commit | 479dd85da543b7af8e5f888ff2f2beaf6ff6923b (patch) | |
tree | 7a447b52ab366c1f5a9399f9365a45b0879305b4 /py_eval.h | |
parent | 0ef82600e5978495cccb4eed63b1de7094deab04 (diff) | |
download | ledger-479dd85da543b7af8e5f888ff2f2beaf6ff6923b.tar.gz ledger-479dd85da543b7af8e5f888ff2f2beaf6ff6923b.tar.bz2 ledger-479dd85da543b7af8e5f888ff2f2beaf6ff6923b.zip |
Miscellaneous changes
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 |