diff options
| author | 2014-12-10 14:02:22 +0100 | |
|---|---|---|
| committer | 2014-12-10 14:02:22 +0100 | |
| commit | ee73b89ed43ba54de92bef61537bd6661167788f (patch) | |
| tree | 74a896e0fe8916f45dcaaf48c65da2ff72271c01 /include/libimobiledevice/lockdown.h | |
| parent | ea7345957a75ab6d34b044738272c62875011094 (diff) | |
| download | libimobiledevice-ee73b89ed43ba54de92bef61537bd6661167788f.tar.gz libimobiledevice-ee73b89ed43ba54de92bef61537bd6661167788f.tar.bz2 | |
lockdown: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit states
Diffstat (limited to 'include/libimobiledevice/lockdown.h')
| -rw-r--r-- | include/libimobiledevice/lockdown.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
| 54 | LOCKDOWN_E_INVALID_ACTIVATION_RECORD = -18, | 54 | LOCKDOWN_E_INVALID_ACTIVATION_RECORD = -18, |
| 55 | LOCKDOWN_E_PAIRING_DIALOG_PENDING = -20, | 55 | LOCKDOWN_E_PAIRING_DIALOG_PENDING = -20, |
| 56 | LOCKDOWN_E_USER_DENIED_PAIRING = -21, | 56 | LOCKDOWN_E_USER_DENIED_PAIRING = -21, |
| 57 | LOCKDOWN_E_SERVICE_LIMIT = -22, | ||
| 57 | LOCKDOWN_E_UNKNOWN_ERROR = -256 | 58 | LOCKDOWN_E_UNKNOWN_ERROR = -256 |
| 58 | } lockdownd_error_t; | 59 | } lockdownd_error_t; |
| 59 | 60 | ||
