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