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.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h
index e6885c7..005ef3f 100644
--- a/include/libimobiledevice/mobilesync.h
+++ b/include/libimobiledevice/mobilesync.h
@@ -3,8 +3,8 @@
3 * @brief Synchronize data classes with a device and computer. 3 * @brief Synchronize data classes with a device and computer.
4 * \internal 4 * \internal
5 * 5 *
6 * Copyright (c) 2010-2019 Nikias Bassen, All Rights Reserved.
6 * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved. 7 * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
7 * Copyright (c) 2010-2011 Nikias Bassen All Rights Reserved.
8 * Copyright (c) 2014 Christophe Fergeau All Rights Reserved. 8 * Copyright (c) 2014 Christophe Fergeau All Rights Reserved.
9 * Copyright (c) 2010 Bryan Forbes All Rights Reserved. 9 * Copyright (c) 2010 Bryan Forbes All Rights Reserved.
10 * Copyright (c) 2009 Jonathan Beck All Rights Reserved. 10 * Copyright (c) 2009 Jonathan Beck All Rights Reserved.
@@ -42,11 +42,13 @@ typedef enum {
42 MOBILESYNC_E_INVALID_ARG = -1, 42 MOBILESYNC_E_INVALID_ARG = -1,
43 MOBILESYNC_E_PLIST_ERROR = -2, 43 MOBILESYNC_E_PLIST_ERROR = -2,
44 MOBILESYNC_E_MUX_ERROR = -3, 44 MOBILESYNC_E_MUX_ERROR = -3,
45 MOBILESYNC_E_BAD_VERSION = -4, 45 MOBILESYNC_E_SSL_ERROR = -4,
46 MOBILESYNC_E_SYNC_REFUSED = -5, 46 MOBILESYNC_E_RECEIVE_TIMEOUT = -5,
47 MOBILESYNC_E_CANCELLED = -6, 47 MOBILESYNC_E_BAD_VERSION = -6,
48 MOBILESYNC_E_WRONG_DIRECTION = -7, 48 MOBILESYNC_E_SYNC_REFUSED = -7,
49 MOBILESYNC_E_NOT_READY = -8, 49 MOBILESYNC_E_CANCELLED = -8,
50 MOBILESYNC_E_WRONG_DIRECTION = -9,
51 MOBILESYNC_E_NOT_READY = -10,
50 MOBILESYNC_E_UNKNOWN_ERROR = -256 52 MOBILESYNC_E_UNKNOWN_ERROR = -256
51} mobilesync_error_t; 53} mobilesync_error_t;
52 54