diff options
| author | 2022-04-12 02:26:34 +0200 | |
|---|---|---|
| committer | 2022-04-12 02:26:34 +0200 | |
| commit | dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490 (patch) | |
| tree | 56a21e7f928fd20da792772d8a899c7f3df64db7 /include/libimobiledevice/restore.h | |
| parent | ea6084c4ed624b6191b4b47737e33d88911bebc8 (diff) | |
| download | libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.gz libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.bz2 | |
Documentation fixes
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 */ |
