chiark / gitweb /
*.pyx, defs.pxi, grim.h: Add awful casts to `PyObject_AsReadBuffer'.
[mLib-python] / defs.pxi
index 174f6cf5c5a1fa9310471328fc668fb9988fa463..bfb4dcc52827fff16ce855a513a1694d607c3918 100644 (file)
--- a/defs.pxi
+++ b/defs.pxi
@@ -439,5 +439,6 @@ cdef extern from 'mLib/daemonize.h':
 
 cdef extern from 'grim.h':
   int PSIZEOF(void *x)
+  ctypedef void *cvp
 
 ###----- That's all, folks --------------------------------------------------