summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/mobilebackup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/mobilebackup.h')
-rw-r--r--include/libimobiledevice/mobilebackup.h4
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
42typedef int16_t mobilebackup_error_t; 42typedef int16_t mobilebackup_error_t;
43 43
44struct mobilebackup_client_int; 44typedef struct mobilebackup_client_private mobilebackup_client_private;
45typedef struct mobilebackup_client_int *mobilebackup_client_t; 45typedef mobilebackup_client_private *mobilebackup_client_t; /**< The client handle. */
46 46
47mobilebackup_error_t mobilebackup_client_new(idevice_t device, uint16_t port, mobilebackup_client_t * client); 47mobilebackup_error_t mobilebackup_client_new(idevice_t device, uint16_t port, mobilebackup_client_t * client);
48mobilebackup_error_t mobilebackup_client_free(mobilebackup_client_t client); 48mobilebackup_error_t mobilebackup_client_free(mobilebackup_client_t client);