summaryrefslogtreecommitdiffstats
path: root/include/libiphone/afc.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-29 11:23:08 +0200
committerGravatar Matt Colyer2009-07-29 19:12:37 -0700
commit4b8e5ac804896c821a867a378c17727c61ec0373 (patch)
tree074afa6f5818c720e7188b088fc53c8663706604 /include/libiphone/afc.h
parent4a5d3174ddc5a9596191176829f0b8ae1feae32b (diff)
downloadlibimobiledevice-4b8e5ac804896c821a867a378c17727c61ec0373.tar.gz
libimobiledevice-4b8e5ac804896c821a867a378c17727c61ec0373.tar.bz2
Add handling of afc_remove_path's unknown error code which is an ENOTEMPTY
Diffstat (limited to 'include/libiphone/afc.h')
-rw-r--r--include/libiphone/afc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/afc.h b/include/libiphone/afc.h
index fe9b1bf..651621e 100644
--- a/include/libiphone/afc.h
+++ b/include/libiphone/afc.h
@@ -58,6 +58,7 @@ extern "C" {
#define AFC_E_MUX_ERROR 30
#define AFC_E_NO_MEM 31
#define AFC_E_NOT_ENOUGH_DATA 32
+#define AFC_E_DIR_NOT_EMPTY 33
typedef int16_t afc_error_t;