diff options
author | Nikias Bassen | 2015-07-10 03:03:23 +0200 |
---|---|---|
committer | Nikias Bassen | 2015-07-10 03:03:23 +0200 |
commit | e1cac25e632955da0c3aeb2f16f49c5a1687f81c (patch) | |
tree | 1ed7931fc3981cd0e3e5a18fa3f4a27d0df4d767 /include | |
parent | 65def891530879ffe9b45c1ccee64a6bed1ea93f (diff) | |
download | libimobiledevice-e1cac25e632955da0c3aeb2f16f49c5a1687f81c.tar.gz libimobiledevice-e1cac25e632955da0c3aeb2f16f49c5a1687f81c.tar.bz2 |
lockdown: Add more error codes
Diffstat (limited to 'include')
-rw-r--r-- | include/libimobiledevice/lockdown.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index 076fa9d..46792a6 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h @@ -73,6 +73,10 @@ typedef enum { LOCKDOWN_E_MISSING_ACTIVATION_RECORD = -33, LOCKDOWN_E_SERVICE_PROHIBITED = -34, LOCKDOWN_E_ESCROW_LOCKED = -35, + LOCKDOWN_E_PAIRING_PROHIBITED_OVER_THIS_CONNECTION = -36, + LOCKDOWN_E_FMIP_PROTECTED = -37, + LOCKDOWN_E_MC_PROTECTED = -38, + LOCKDOWN_E_MC_CHALLENGE_REQUIRED = -39, LOCKDOWN_E_UNKNOWN_ERROR = -256 } lockdownd_error_t; |