summaryrefslogtreecommitdiff
path: root/py_eval.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-15 11:17:00 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:32 -0400
commit479dd85da543b7af8e5f888ff2f2beaf6ff6923b (patch)
tree7a447b52ab366c1f5a9399f9365a45b0879305b4 /py_eval.h
parent0ef82600e5978495cccb4eed63b1de7094deab04 (diff)
downloadledger-479dd85da543b7af8e5f888ff2f2beaf6ff6923b.tar.gz
ledger-479dd85da543b7af8e5f888ff2f2beaf6ff6923b.tar.bz2
ledger-479dd85da543b7af8e5f888ff2f2beaf6ff6923b.zip
Miscellaneous changes
Diffstat (limited to 'py_eval.h')
-rw-r--r--py_eval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py_eval.h b/py_eval.h
index 90a21df1..fa70d3b2 100644
--- a/py_eval.h
+++ b/py_eval.h
@@ -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