command: Fix except declaration for get_comedi_cmd_pointer
[pycomedi.git] / pycomedi / command.pxd
index 6aef3c75038a23673cfb677172b5414da3c02154..2cd5332f59ce3f67fbe9ca09bc153c2018b62d97 100644 (file)
@@ -23,4 +23,4 @@ cdef class Command (object):
     cdef _comedi_h.comedi_cmd _cmd
     cdef public list _fields
 
-    cdef _comedi_h.comedi_cmd *get_comedi_cmd_pointer(self)
+    cdef _comedi_h.comedi_cmd *get_comedi_cmd_pointer(self) except *