summaryrefslogtreecommitdiffstats
path: root/include/libiphone
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-08 21:38:40 +0100
committerGravatar Martin Szulecki2010-01-08 21:38:40 +0100
commitcec7e6b7591d018dd700c6fa6b5c85b29ec43b34 (patch)
tree74eb3d798169152329c67d3f7174e463071bfadc /include/libiphone
parent3d157a4762119e28433003e42f4af469e32ba860 (diff)
downloadlibimobiledevice-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.h1
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