From e7884c40d73e25ee6e6addb3f9d9efc0ffbe068e Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 12 Jan 2010 17:16:14 +0100 Subject: Introduce error code for lockdownd requests which require a running session --- include/libiphone/lockdown.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.1-32-gdbae