diff options
Diffstat (limited to 'include/libimobiledevice')
| -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 | ||
