summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/restore.h')
-rw-r--r--include/libimobiledevice/restore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/restore.h b/include/libimobiledevice/restore.h
index 950f8fd..0017cfd 100644
--- a/include/libimobiledevice/restore.h
+++ b/include/libimobiledevice/restore.h
@@ -42,7 +42,7 @@ typedef enum {
42 RESTORE_E_UNKNOWN_ERROR = -256 42 RESTORE_E_UNKNOWN_ERROR = -256
43} restored_error_t; 43} restored_error_t;
44 44
45typedef struct restored_client_private restored_client_private; 45typedef struct restored_client_private restored_client_private; /**< \private */
46typedef restored_client_private *restored_client_t; /**< The client handle. */ 46typedef restored_client_private *restored_client_t; /**< The client handle. */
47 47
48/* Interface */ 48/* Interface */