Initial commit of the HEAD branch of the ELinks CVS repository, as of
[elinks/images.git] / src / scripting / python / python.h
blob2e6d33f1679f0e8a06195b8b571a68e6e150023a
1 /* $Id: python.h,v 1.1 2005/06/02 18:01:34 witekfl Exp $ */
3 #ifndef EL__SCRIPTING_PYTHON_PYTHON_H
4 #define EL__SCRIPTING_PYTHON_PYTHON_H
6 struct module;
8 extern struct module python_scripting_module;
10 #endif