Commit 040109f8 authored by John Kirkham's avatar John Kirkham Committed by Stefan Behnel

Include `PyBUF_ND` in `extern`

parent d1be7c25
...@@ -64,6 +64,7 @@ cdef extern from *: ...@@ -64,6 +64,7 @@ cdef extern from *:
PyBUF_WRITABLE PyBUF_WRITABLE
PyBUF_STRIDES PyBUF_STRIDES
PyBUF_INDIRECT PyBUF_INDIRECT
PyBUF_ND
PyBUF_RECORDS PyBUF_RECORDS
PyBUF_RECORDS_RO PyBUF_RECORDS_RO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment