diff options
Diffstat (limited to 'numpy/core/src/arraymethods.h')
-rw-r--r-- | numpy/core/src/arraymethods.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/numpy/core/src/arraymethods.h b/numpy/core/src/arraymethods.h new file mode 100644 index 000000000..698a6f558 --- /dev/null +++ b/numpy/core/src/arraymethods.h @@ -0,0 +1,5 @@ +#ifndef _NPY_ARRAY_METHODS_H_ +#define _NPY_ARRAY_METHODS_H_ + +extern NPY_NO_EXPORT PyMethodDef array_methods[]; +#endif |