openbox/c/python.h

11 lines
163 B
C
Raw Normal View History

2003-03-16 21:11:39 +00:00
#ifndef __python_h
#define __python_h
void python_startup();
void python_shutdown();
/*! Import a python module */
gboolean python_import(char *module);
#endif