1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/python/load.h

10 lines
188 B
C
Raw Normal View History

2006-10-19 10:20:26 -04:00
#ifndef EL__SCRIPTING_PYTHON_LOAD_H
#define EL__SCRIPTING_PYTHON_LOAD_H
#include <Python.h>
PyObject *python_load(PyObject *self, PyObject *args);
extern char python_load_doc[];
2006-10-19 10:20:26 -04:00
#endif