summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/mobilesync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/mobilesync.h')
-rw-r--r--include/libimobiledevice/mobilesync.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h
index 2e330ee..7af3aef 100644
--- a/include/libimobiledevice/mobilesync.h
+++ b/include/libimobiledevice/mobilesync.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 MOBILESYNC_E_SUCCESS 0 34#define MOBILESYNC_E_SUCCESS 0
34#define MOBILESYNC_E_INVALID_ARG -1 35#define MOBILESYNC_E_INVALID_ARG -1
35#define MOBILESYNC_E_PLIST_ERROR -2 36#define MOBILESYNC_E_PLIST_ERROR -2
@@ -37,7 +38,9 @@ extern "C" {
37#define MOBILESYNC_E_BAD_VERSION -4 38#define MOBILESYNC_E_BAD_VERSION -4
38 39
39#define MOBILESYNC_E_UNKNOWN_ERROR -256 40#define MOBILESYNC_E_UNKNOWN_ERROR -256
41/*@}*/
40 42
43/** Represents an error code. */
41typedef int16_t mobilesync_error_t; 44typedef int16_t mobilesync_error_t;
42 45
43typedef struct mobilesync_client_private mobilesync_client_private; 46typedef struct mobilesync_client_private mobilesync_client_private;