diff options
Diffstat (limited to 'include/libimobiledevice/mobilebackup.h')
| -rw-r--r-- | include/libimobiledevice/mobilebackup.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/libimobiledevice/mobilebackup.h b/include/libimobiledevice/mobilebackup.h index d6f9013..6f37a14 100644 --- a/include/libimobiledevice/mobilebackup.h +++ b/include/libimobiledevice/mobilebackup.h | |||
| @@ -29,7 +29,8 @@ extern "C" { | |||
| 29 | 29 | ||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | 31 | ||
| 32 | /* Error Codes */ | 32 | /** @name Error Codes */ |
| 33 | /*@{*/ | ||
| 33 | #define MOBILEBACKUP_E_SUCCESS 0 | 34 | #define MOBILEBACKUP_E_SUCCESS 0 |
| 34 | #define MOBILEBACKUP_E_INVALID_ARG -1 | 35 | #define MOBILEBACKUP_E_INVALID_ARG -1 |
| 35 | #define MOBILEBACKUP_E_PLIST_ERROR -2 | 36 | #define MOBILEBACKUP_E_PLIST_ERROR -2 |
| @@ -38,7 +39,9 @@ extern "C" { | |||
| 38 | #define MOBILEBACKUP_E_REPLY_NOT_OK -5 | 39 | #define MOBILEBACKUP_E_REPLY_NOT_OK -5 |
| 39 | 40 | ||
| 40 | #define MOBILEBACKUP_E_UNKNOWN_ERROR -256 | 41 | #define MOBILEBACKUP_E_UNKNOWN_ERROR -256 |
| 42 | /*@}*/ | ||
| 41 | 43 | ||
| 44 | /** Represents an error code. */ | ||
| 42 | typedef int16_t mobilebackup_error_t; | 45 | typedef int16_t mobilebackup_error_t; |
| 43 | 46 | ||
| 44 | typedef struct mobilebackup_client_private mobilebackup_client_private; | 47 | typedef struct mobilebackup_client_private mobilebackup_client_private; |
