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