summaryrefslogtreecommitdiff
path: root/py_eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'py_eval.h')
-rw-r--r--py_eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/py_eval.h b/py_eval.h
index e024108e..4712fe23 100644
--- a/py_eval.h
+++ b/py_eval.h
@@ -16,8 +16,8 @@ using namespace boost::python;
namespace ledger {
-void initialize_ledger_for_python();
-void shutdown_ledger_for_python();
+void initialize_for_python();
+void shutdown_for_python();
class python_interpreter_t : public xml::xpath_t::scope_t
{