diff --git a/Include/modsupport.h b/Include/modsupport.h index 206cbc72657..0f6f06cc321 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -43,6 +43,8 @@ PERFORMANCE OF THIS SOFTWARE. extern int PyArg_Parse Py_PROTO((PyObject *, char *, ...)); extern int PyArg_ParseTuple Py_PROTO((PyObject *, char *, ...)); +extern int PyArg_ParseTupleAndKeywords Py_PROTO((PyObject *, PyObject *, + char *, char **, ...)); extern PyObject *Py_BuildValue Py_PROTO((char *, ...)); #else