1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/scripting/python/open.h

10 lines
206 B
C
Raw Normal View History

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