diff options
Diffstat (limited to 'openbox/python.h')
| -rw-r--r-- | openbox/python.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
