summaryrefslogtreecommitdiffstats
path: root/cython/imobiledevice.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'cython/imobiledevice.pxd')
-rw-r--r--cython/imobiledevice.pxd1
1 files changed, 0 insertions, 1 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd
index 0557d37..8a7d6b2 100644
--- a/cython/imobiledevice.pxd
+++ b/cython/imobiledevice.pxd
@@ -20,7 +20,6 @@ cdef extern from "libimobiledevice/libimobiledevice.h":
20 cdef struct idevice_int: 20 cdef struct idevice_int:
21 pass 21 pass
22 ctypedef idevice_int* idevice_t 22 ctypedef idevice_int* idevice_t
23 ctypedef int16_t idevice_error_t
24 cdef enum idevice_event_type: 23 cdef enum idevice_event_type:
25 IDEVICE_DEVICE_ADD = 1, 24 IDEVICE_DEVICE_ADD = 1,
26 IDEVICE_DEVICE_REMOVE 25 IDEVICE_DEVICE_REMOVE