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