diff options
author | Martin Szulecki | 2010-01-08 21:38:40 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-08 21:38:40 +0100 |
commit | cec7e6b7591d018dd700c6fa6b5c85b29ec43b34 (patch) | |
tree | 74eb3d798169152329c67d3f7174e463071bfadc /include/libiphone | |
parent | 3d157a4762119e28433003e42f4af469e32ba860 (diff) | |
download | libimobiledevice-cec7e6b7591d018dd700c6fa6b5c85b29ec43b34.tar.gz libimobiledevice-cec7e6b7591d018dd700c6fa6b5c85b29ec43b34.tar.bz2 |
Detect pairing failure for device having a password set
[#101 state:resolved]
The first pairing fails if a user has a password set on the device.
Diffstat (limited to 'include/libiphone')
-rw-r--r-- | include/libiphone/lockdown.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/lockdown.h b/include/libiphone/lockdown.h index f076cf2..459fbbd 100644 --- a/include/libiphone/lockdown.h +++ b/include/libiphone/lockdown.h @@ -45,6 +45,7 @@ extern "C" { #define LOCKDOWN_E_REMOVE_VALUE_PROHIBITED -11 #define LOCKDOWN_E_MUX_ERROR -12 #define LOCKDOWN_E_ACTIVATION_FAILED -13 +#define LOCKDOWN_E_PASSWORD_PROTECTED -14 #define LOCKDOWN_E_UNKNOWN_ERROR -256 |