summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraygetset.h
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-04-30 08:36:59 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-04-30 08:36:59 +0000
commit91be9a9ace3e532a40a93f0c00d71fa34adce009 (patch)
tree169eb7afcec9ec2447b17cad6535bd49561d873d /numpy/core/src/arraygetset.h
parentefd5b424216fb0ce6aa3c7529d8c3e1d5ae34116 (diff)
downloadnumpy-91be9a9ace3e532a40a93f0c00d71fa34adce009.tar.gz
Put number protocol and array attributes get/set in separate files.
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