1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

9 lines
166 B
C
Raw Normal View History

2006-10-19 16:20:26 +02:00
#ifndef EL__SCRIPTING_PYTHON_LOAD_H
#define EL__SCRIPTING_PYTHON_LOAD_H
#include <Python.h>
int python_init_load_interface(PyObject *dict, PyObject *name);
#endif