]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/python.h
merge the C branch into HEAD
[mikachu/openbox.git] / openbox / python.h
1 #ifndef __python_h
2 #define __python_h
3
4 void python_startup();
5 void python_shutdown();
6
7 /*! Import a python module */
8 gboolean python_import(char *module);
9
10 #endif