diff options
Diffstat (limited to 'include/libimobiledevice/restore.h')
-rw-r--r-- | include/libimobiledevice/restore.h | 2 |
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 | ||
45 | typedef struct restored_client_private restored_client_private; | 45 | typedef struct restored_client_private restored_client_private; /**< \private */ |
46 | typedef restored_client_private *restored_client_t; /**< The client handle. */ | 46 | typedef restored_client_private *restored_client_t; /**< The client handle. */ |
47 | 47 | ||
48 | /* Interface */ | 48 | /* Interface */ |