summaryrefslogtreecommitdiff
path: root/Include/intobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/intobject.h')
-rw-r--r--Include/intobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/intobject.h b/Include/intobject.h
index 51d3e1bfa9..7b5052553e 100644
--- a/Include/intobject.h
+++ b/Include/intobject.h
@@ -59,6 +59,9 @@ PyAPI_FUNC(long) PyInt_GetMax(void);
PyAPI_FUNC(unsigned long) PyOS_strtoul(char *, char **, int);
PyAPI_FUNC(long) PyOS_strtol(char *, char **, int);
+/* free list api */
+PyAPI_FUNC(void) PyInt_CompactFreeList(size_t *, size_t *, size_t *);
+
#ifdef __cplusplus
}
#endif