From 745e840547b5443ecfb9b6f0a4f14b0d035d59c2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 19:15:24 +0000 Subject: load config options from the python environment --- src/python.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh index a654152b..7566f817 100644 --- a/src/python.hh +++ b/src/python.hh @@ -14,8 +14,14 @@ extern "C" { #include } +#include + namespace ob { +void python_init(char *argv0); +bool python_exec(const char *file); +bool python_get_string(const char *name, std::string *value); + //! Add a python callback funtion to the back of the hook list /*! Registering functions for KeyPress events is pointless. Use python_bind -- cgit v1.2.3