From 73deab1a633ddc2a3ca3c5943622c2a5854677bf Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 29 Jul 2009 11:23:08 +0200 Subject: Add handling of afc_remove_path's unknown error code which is an ENOTEMPTY --- include/libiphone/afc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libiphone') 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; -- cgit v1.1-32-gdbae