diff options
Diffstat (limited to 'include/libimobiledevice/libimobiledevice.h')
-rw-r--r-- | include/libimobiledevice/libimobiledevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h index e0aa518..40edd71 100644 --- a/include/libimobiledevice/libimobiledevice.h +++ b/include/libimobiledevice/libimobiledevice.h | |||
@@ -42,6 +42,7 @@ typedef enum { | |||
42 | IDEVICE_E_UNKNOWN_ERROR = -2, | 42 | IDEVICE_E_UNKNOWN_ERROR = -2, |
43 | IDEVICE_E_NO_DEVICE = -3, | 43 | IDEVICE_E_NO_DEVICE = -3, |
44 | IDEVICE_E_NOT_ENOUGH_DATA = -4, | 44 | IDEVICE_E_NOT_ENOUGH_DATA = -4, |
45 | IDEVICE_E_CONNREFUSED = -5, | ||
45 | IDEVICE_E_SSL_ERROR = -6, | 46 | IDEVICE_E_SSL_ERROR = -6, |
46 | IDEVICE_E_TIMEOUT = -7 | 47 | IDEVICE_E_TIMEOUT = -7 |
47 | } idevice_error_t; | 48 | } idevice_error_t; |