diff options
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
| -rw-r--r-- | include/libimobiledevice/mobilesync.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index 349b6a3..2e330ee 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h | |||
| @@ -40,8 +40,8 @@ extern "C" { | |||
| 40 | 40 | ||
| 41 | typedef int16_t mobilesync_error_t; | 41 | typedef int16_t mobilesync_error_t; |
| 42 | 42 | ||
| 43 | struct mobilesync_client_int; | 43 | typedef struct mobilesync_client_private mobilesync_client_private; |
| 44 | typedef struct mobilesync_client_int *mobilesync_client_t; | 44 | typedef mobilesync_client_private *mobilesync_client_t; /**< The client handle */ |
| 45 | 45 | ||
| 46 | mobilesync_error_t mobilesync_client_new(idevice_t device, uint16_t port, mobilesync_client_t * client); | 46 | mobilesync_error_t mobilesync_client_new(idevice_t device, uint16_t port, mobilesync_client_t * client); |
| 47 | mobilesync_error_t mobilesync_client_free(mobilesync_client_t client); | 47 | mobilesync_error_t mobilesync_client_free(mobilesync_client_t client); |
