merge the C branch into HEAD
[openbox.git] / c / python.h
blob903663155ffd10d444501d46ac45c593179286ad
1 #ifndef __python_h
2 #define __python_h
4 void python_startup();
5 void python_shutdown();
7 /*! Import a python module */
8 gboolean python_import(char *module);
10 #endif