summaryrefslogtreecommitdiff
path: root/Include/internal/pycore_unionobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_unionobject.h')
-rw-r--r--Include/internal/pycore_unionobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/internal/pycore_unionobject.h b/Include/internal/pycore_unionobject.h
index 4d82b6fbea..faa17e0a96 100644
--- a/Include/internal/pycore_unionobject.h
+++ b/Include/internal/pycore_unionobject.h
@@ -12,6 +12,9 @@ PyAPI_FUNC(PyObject *) _Py_Union(PyObject *args);
PyAPI_DATA(PyTypeObject) _Py_UnionType;
PyAPI_FUNC(PyObject *) _Py_union_type_or(PyObject* self, PyObject* param);
+PyObject *_Py_subs_parameters(PyObject *, PyObject *, PyObject *, PyObject *);
+PyObject *_Py_make_parameters(PyObject *);
+
#ifdef __cplusplus
}
#endif