1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/python/menu.h

10 lines
206 B
C
Raw Normal View History

2006-10-19 10:20:26 -04:00
#ifndef EL__SCRIPTING_PYTHON_MENU_H
#define EL__SCRIPTING_PYTHON_MENU_H
#include <Python.h>
PyObject *python_menu(PyObject *self, PyObject *args, PyObject *kwargs);
extern char python_menu_doc[];
2006-10-19 10:20:26 -04:00
#endif