aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/pybindings.h')
-rw-r--r--common/pybindings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/pybindings.h b/common/pybindings.h
index eab2039d..f594784c 100644
--- a/common/pybindings.h
+++ b/common/pybindings.h
@@ -79,5 +79,8 @@ struct range_wrapper {
#define WRAP_RANGE(t) range_wrapper<t##Range>().wrap(#t "Range", #t "Iterator")
+void execute_python_file(const char *executable, const char* python_file);
+std::string parse_python_exception();
+void arch_appendinittab();
#endif /* end of include guard: COMMON_PYBINDINGS_HH */