summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice')
-rw-r--r--include/libimobiledevice/lockdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h
index 0e48eef..b5c126c 100644
--- a/include/libimobiledevice/lockdown.h
+++ b/include/libimobiledevice/lockdown.h
@@ -43,7 +43,7 @@ typedef enum {
43 LOCKDOWN_E_PAIRING_FAILED = -4, 43 LOCKDOWN_E_PAIRING_FAILED = -4,
44 LOCKDOWN_E_SSL_ERROR = -5, 44 LOCKDOWN_E_SSL_ERROR = -5,
45 LOCKDOWN_E_DICT_ERROR = -6, 45 LOCKDOWN_E_DICT_ERROR = -6,
46 LOCKDOWN_E_NOT_ENOUGH_DATA = -7, 46 LOCKDOWN_E_RECEIVE_TIMEOUT = -7,
47 LOCKDOWN_E_MUX_ERROR = -8, 47 LOCKDOWN_E_MUX_ERROR = -8,
48 LOCKDOWN_E_NO_RUNNING_SESSION = -9, 48 LOCKDOWN_E_NO_RUNNING_SESSION = -9,
49 /* native */ 49 /* native */