diff options
author | Martin Szulecki | 2010-01-12 17:16:14 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-12 17:16:14 +0100 |
commit | e7884c40d73e25ee6e6addb3f9d9efc0ffbe068e (patch) | |
tree | 870506d6fff3a248351f8fa4b1331fff47279ff6 /include/libiphone/lockdown.h | |
parent | 9de537f6963e4e9770ee0aabfeb6982e3d422e69 (diff) | |
download | libimobiledevice-e7884c40d73e25ee6e6addb3f9d9efc0ffbe068e.tar.gz libimobiledevice-e7884c40d73e25ee6e6addb3f9d9efc0ffbe068e.tar.bz2 |
Introduce error code for lockdownd requests which require a running session
Diffstat (limited to 'include/libiphone/lockdown.h')
-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 08431aa..e134f5f 100644 --- a/include/libiphone/lockdown.h +++ b/include/libiphone/lockdown.h @@ -46,6 +46,7 @@ extern "C" { #define LOCKDOWN_E_MUX_ERROR -12 #define LOCKDOWN_E_ACTIVATION_FAILED -13 #define LOCKDOWN_E_PASSWORD_PROTECTED -14 +#define LOCKDOWN_E_NO_RUNNING_SESSION -15 #define LOCKDOWN_E_UNKNOWN_ERROR -256 |