From ee73b89ed43ba54de92bef61537bd6661167788f Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 10 Dec 2014 14:02:22 +0100 Subject: lockdown: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit states --- include/libimobiledevice/lockdown.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libimobiledevice') diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index beb07d3..24830ff 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h @@ -54,6 +54,7 @@ typedef enum { LOCKDOWN_E_INVALID_ACTIVATION_RECORD = -18, LOCKDOWN_E_PAIRING_DIALOG_PENDING = -20, LOCKDOWN_E_USER_DENIED_PAIRING = -21, + LOCKDOWN_E_SERVICE_LIMIT = -22, LOCKDOWN_E_UNKNOWN_ERROR = -256 } lockdownd_error_t; -- cgit v1.1-32-gdbae