summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/modsupport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h
index 206cbc7..0f6f06c 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