summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice')
-rw-r--r--include/libimobiledevice/lockdown.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h
index beb07d3..24830ff 100644
--- a/include/libimobiledevice/lockdown.h
+++ b/include/libimobiledevice/lockdown.h
@@ -54,6 +54,7 @@ typedef enum {
LOCKDOWN_E_INVALID_ACTIVATION_RECORD = -18,
LOCKDOWN_E_PAIRING_DIALOG_PENDING = -20,
LOCKDOWN_E_USER_DENIED_PAIRING = -21,
+ LOCKDOWN_E_SERVICE_LIMIT = -22,
LOCKDOWN_E_UNKNOWN_ERROR = -256
} lockdownd_error_t;