summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraygetset.h
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/arraygetset.h')
-rw-r--r--numpy/core/src/arraygetset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/core/src/arraygetset.h b/numpy/core/src/arraygetset.h
new file mode 100644
index 000000000..4f1209de5
--- /dev/null
+++ b/numpy/core/src/arraygetset.h
@@ -0,0 +1,6 @@
+#ifndef _NPY_ARRAY_GETSET_H_
+#define _NPY_ARRAY_GETSET_H_
+
+extern NPY_NO_EXPORT PyGetSetDef array_getsetlist[];
+
+#endif