summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/internal/pycore_structseq.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Include/internal/pycore_structseq.h')
-rw-r--r--contrib/tools/python3/Include/internal/pycore_structseq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/tools/python3/Include/internal/pycore_structseq.h b/contrib/tools/python3/Include/internal/pycore_structseq.h
index 6f5dfc12707..5cff1656275 100644
--- a/contrib/tools/python3/Include/internal/pycore_structseq.h
+++ b/contrib/tools/python3/Include/internal/pycore_structseq.h
@@ -11,7 +11,8 @@ extern "C" {
/* other API */
-PyAPI_FUNC(PyTypeObject *) _PyStructSequence_NewType(
+// Export for '_curses' shared extension
+PyAPI_FUNC(PyTypeObject*) _PyStructSequence_NewType(
PyStructSequence_Desc *desc,
unsigned long tp_flags);