summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice')
-rw-r--r--include/libimobiledevice/afc.h1
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 {
64 AFC_E_NO_MEM = 31, 64 AFC_E_NO_MEM = 31,
65 AFC_E_NOT_ENOUGH_DATA = 32, 65 AFC_E_NOT_ENOUGH_DATA = 32,
66 AFC_E_DIR_NOT_EMPTY = 33, 66 AFC_E_DIR_NOT_EMPTY = 33,
67 AFC_E_SSL_ERROR = 34,
67 AFC_E_FORCE_SIGNED_TYPE = -1 68 AFC_E_FORCE_SIGNED_TYPE = -1
68} afc_error_t; 69} afc_error_t;
69 70