mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
9 lines
166 B
C
9 lines
166 B
C
|
#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
|