diff options
Diffstat (limited to 'include/libiphone/libiphone.h')
| -rw-r--r-- | include/libiphone/libiphone.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 26d35ab..249b9b3 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -42,9 +42,11 @@ extern "C" { | |||
| 42 | #define IPHONE_E_INVALID_CONF -7 | 42 | #define IPHONE_E_INVALID_CONF -7 |
| 43 | #define IPHONE_E_PAIRING_FAILED -8 | 43 | #define IPHONE_E_PAIRING_FAILED -8 |
| 44 | #define IPHONE_E_SSL_ERROR -9 | 44 | #define IPHONE_E_SSL_ERROR -9 |
| 45 | #define IPHONE_E_PLIST_ERROR -10 | ||
| 46 | #define IPHONE_E_DICT_ERROR -11 | ||
| 45 | 47 | ||
| 46 | //afc specific error | 48 | //afc specific error |
| 47 | #define IPHONE_E_NO_SUCH_FILE -10 | 49 | #define IPHONE_E_NO_SUCH_FILE -12 |
| 48 | 50 | ||
| 49 | typedef short iphone_error_t; | 51 | typedef short iphone_error_t; |
| 50 | 52 | ||
