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