From ca85a1829c275635f7b2854887f6490dcb3c5e40 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 25 Nov 2025 01:02:31 +0100 Subject: afc: Improve error handling --- include/libimobiledevice/afc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libimobiledevice/afc.h') 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; -- cgit v1.1-32-gdbae