summaryrefslogtreecommitdiff
path: root/Include/floatobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/floatobject.h')
-rw-r--r--Include/floatobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/floatobject.h b/Include/floatobject.h
index 650d5448ac..ac510dcd34 100644
--- a/Include/floatobject.h
+++ b/Include/floatobject.h
@@ -111,6 +111,8 @@ PyAPI_FUNC(PyObject *) _PyFloat_FormatAdvanced(PyObject *obj,
Py_UNICODE *format_spec,
Py_ssize_t format_spec_len);
+PyAPI_FUNC(PyObject *) _float_to_base(PyObject *v, int base);
+
#ifdef __cplusplus
}
#endif