diff options
Diffstat (limited to 'cython/mobilesync.pxi')
| -rw-r--r-- | cython/mobilesync.pxi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/mobilesync.pxi b/cython/mobilesync.pxi index 0ec4710..e610191 100644 --- a/cython/mobilesync.pxi +++ b/cython/mobilesync.pxi | |||
| @@ -149,10 +149,10 @@ cdef class MobileSyncClient(DeviceLinkService): | |||
| 149 | plist.plist_free(remapping) | 149 | plist.plist_free(remapping) |
| 150 | raise | 150 | raise |
| 151 | 151 | ||
| 152 | cdef inline int16_t _send(self, plist.plist_t node): | 152 | cdef int16_t _send(self, plist.plist_t node): |
| 153 | return mobilesync_send(self._c_client, node) | 153 | return mobilesync_send(self._c_client, node) |
| 154 | 154 | ||
| 155 | cdef inline int16_t _receive(self, plist.plist_t* node): | 155 | cdef int16_t _receive(self, plist.plist_t* node): |
| 156 | return mobilesync_receive(self._c_client, node) | 156 | return mobilesync_receive(self._c_client, node) |
| 157 | 157 | ||
| 158 | cdef inline BaseError _error(self, int16_t ret): | 158 | cdef inline BaseError _error(self, int16_t ret): |
