From feaf3ac4e5847d27e3747b09e7443915afa97b0b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Feb 2003 19:28:11 +0000 Subject: time to refactor shit hard --- src/python.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/python.hh') diff --git a/src/python.hh b/src/python.hh index 6acc538b..c1655503 100644 --- a/src/python.hh +++ b/src/python.hh @@ -19,6 +19,7 @@ extern "C" { #include #include + namespace ob { class Client; @@ -232,6 +233,10 @@ void python_destroy(); //! Returns 0 for success, 1 for failing to open the file, 2 for an exception int python_exec(const std::string &path); +bool python_get_long(const char *name, long *value); +bool python_get_string(const char *name, otk::ustring *value); +bool python_get_stringlist(const char *name, std::vector *value); + } -- cgit v1.2.3