diff options
Diffstat (limited to 'include/libimobiledevice/mobilebackup.h')
| -rw-r--r-- | include/libimobiledevice/mobilebackup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libimobiledevice/mobilebackup.h b/include/libimobiledevice/mobilebackup.h index e29dbf4..d6f9013 100644 --- a/include/libimobiledevice/mobilebackup.h +++ b/include/libimobiledevice/mobilebackup.h | |||
| @@ -41,8 +41,8 @@ extern "C" { | |||
| 41 | 41 | ||
| 42 | typedef int16_t mobilebackup_error_t; | 42 | typedef int16_t mobilebackup_error_t; |
| 43 | 43 | ||
| 44 | struct mobilebackup_client_int; | 44 | typedef struct mobilebackup_client_private mobilebackup_client_private; |
| 45 | typedef struct mobilebackup_client_int *mobilebackup_client_t; | 45 | typedef mobilebackup_client_private *mobilebackup_client_t; /**< The client handle. */ |
| 46 | 46 | ||
| 47 | mobilebackup_error_t mobilebackup_client_new(idevice_t device, uint16_t port, mobilebackup_client_t * client); | 47 | mobilebackup_error_t mobilebackup_client_new(idevice_t device, uint16_t port, mobilebackup_client_t * client); |
| 48 | mobilebackup_error_t mobilebackup_client_free(mobilebackup_client_t client); | 48 | mobilebackup_error_t mobilebackup_client_free(mobilebackup_client_t client); |
