diff options
| author | 2019-06-13 02:01:04 +0300 | |
|---|---|---|
| committer | 2019-06-13 01:41:20 +0200 | |
| commit | 4d8b89223cbc9f530cc650ab5131c09eab1af258 (patch) | |
| tree | e63216393208c07ae83c7b8eba5e0a9546de4fef /include/libimobiledevice/libimobiledevice.h | |
| parent | 6edc36fccb52a963c9ebfbb44ba7b91570e0fd06 (diff) | |
| download | libimobiledevice-4d8b89223cbc9f530cc650ab5131c09eab1af258.tar.gz libimobiledevice-4d8b89223cbc9f530cc650ab5131c09eab1af258.tar.bz2 | |
Timeout support for SSL connections and better timeout handeling.
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; |
