summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/iterators.h
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/multiarray/iterators.h')
-rw-r--r--numpy/core/src/multiarray/iterators.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/core/src/multiarray/iterators.h b/numpy/core/src/multiarray/iterators.h
index 376dc154a..d942f45b8 100644
--- a/numpy/core/src/multiarray/iterators.h
+++ b/numpy/core/src/multiarray/iterators.h
@@ -7,4 +7,7 @@ NPY_NO_EXPORT PyObject
NPY_NO_EXPORT int
iter_ass_subscript(PyArrayIterObject *, PyObject *, PyObject *);
+NPY_NO_EXPORT void
+PyArray_RawIterBaseInit(PyArrayIterObject *it, PyArrayObject *ao);
+
#endif