diff options
| author | 2025-11-25 01:02:31 +0100 | |
|---|---|---|
| committer | 2025-11-25 01:02:31 +0100 | |
| commit | ca85a1829c275635f7b2854887f6490dcb3c5e40 (patch) | |
| tree | d236c9d1329abd6a8f1600ff2c5c742878b716aa /include/libimobiledevice/afc.h | |
| parent | c194db388fb7f1f65ef0a08817f26ed0e8d078b3 (diff) | |
| download | libimobiledevice-ca85a1829c275635f7b2854887f6490dcb3c5e40.tar.gz libimobiledevice-ca85a1829c275635f7b2854887f6490dcb3c5e40.tar.bz2 | |
afc: Improve error handling
Diffstat (limited to 'include/libimobiledevice/afc.h')
| -rw-r--r-- | include/libimobiledevice/afc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h index 3dcb5da..6e404c3 100644 --- a/include/libimobiledevice/afc.h +++ b/include/libimobiledevice/afc.h @@ -64,6 +64,7 @@ typedef enum { AFC_E_NO_MEM = 31, AFC_E_NOT_ENOUGH_DATA = 32, AFC_E_DIR_NOT_EMPTY = 33, + AFC_E_SSL_ERROR = 34, AFC_E_FORCE_SIGNED_TYPE = -1 } afc_error_t; |
