From f8a47de5ec444c452093371e3db16857eb39a490 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2003 21:11:39 +0000 Subject: merge the C branch into HEAD --- openbox/python.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openbox/python.h (limited to 'openbox/python.h') diff --git a/openbox/python.h b/openbox/python.h new file mode 100644 index 00000000..90366315 --- /dev/null +++ b/openbox/python.h @@ -0,0 +1,10 @@ +#ifndef __python_h +#define __python_h + +void python_startup(); +void python_shutdown(); + +/*! Import a python module */ +gboolean python_import(char *module); + +#endif -- cgit v1.2.3