summaryrefslogtreecommitdiffstats
path: root/include/libiphone
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-12 17:16:14 +0100
committerGravatar Martin Szulecki2010-01-12 17:16:14 +0100
commite7884c40d73e25ee6e6addb3f9d9efc0ffbe068e (patch)
tree870506d6fff3a248351f8fa4b1331fff47279ff6 /include/libiphone
parent9de537f6963e4e9770ee0aabfeb6982e3d422e69 (diff)
downloadlibimobiledevice-e7884c40d73e25ee6e6addb3f9d9efc0ffbe068e.tar.gz
libimobiledevice-e7884c40d73e25ee6e6addb3f9d9efc0ffbe068e.tar.bz2
Introduce error code for lockdownd requests which require a running session
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 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