big dialogs: dlg_format_text: no need to pass the term.
[elinks.git] / src / scripting / python / load.h
blob3050543b0234765384a97d22e0d996723e5ff2a4
1 #ifndef EL__SCRIPTING_PYTHON_LOAD_H
2 #define EL__SCRIPTING_PYTHON_LOAD_H
4 #include <Python.h>
6 int python_init_load_interface(PyObject *dict, PyObject *name);
8 #endif