summaryrefslogtreecommitdiffstats
path: root/cython/imobiledevice.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'cython/imobiledevice.pxd')
-rw-r--r--cython/imobiledevice.pxd4
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/imobiledevice.pxd b/cython/imobiledevice.pxd
index d0d1ada..3ec8dfb 100644
--- a/cython/imobiledevice.pxd
+++ b/cython/imobiledevice.pxd
@@ -51,8 +51,8 @@ cdef class BaseService(Base):
51cdef class PropertyListService(BaseService): 51cdef class PropertyListService(BaseService):
52 cpdef send(self, plist.Node node) 52 cpdef send(self, plist.Node node)
53 cpdef object receive(self) 53 cpdef object receive(self)
54 cdef inline int16_t _send(self, plist.plist_t node) 54 cdef int16_t _send(self, plist.plist_t node)
55 cdef inline int16_t _receive(self, plist.plist_t* c_node) 55 cdef int16_t _receive(self, plist.plist_t* c_node)
56 56
57cdef extern from "libimobiledevice/lockdown.h": 57cdef extern from "libimobiledevice/lockdown.h":
58 cdef struct lockdownd_client_private: 58 cdef struct lockdownd_client_private: