diff options
| author | 2008-08-19 22:55:46 +0200 | |
|---|---|---|
| committer | 2008-08-31 19:27:20 +0200 | |
| commit | 89050631439f71ad652e68b59020f8801e100e45 (patch) | |
| tree | d1b64235991578d6b6bec70a2a0c371c2171a2f7 /include/libiphone | |
| parent | 318f4bd51a25d5572f2dfd6f26c89fce52f43076 (diff) | |
| download | libimobiledevice-89050631439f71ad652e68b59020f8801e100e45.tar.gz libimobiledevice-89050631439f71ad652e68b59020f8801e100e45.tar.bz2 | |
migrate iphone.c
Diffstat (limited to 'include/libiphone')
| -rw-r--r-- | include/libiphone/libiphone.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 230343e..241c6fa 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -35,14 +35,15 @@ extern "C" { | |||
| 35 | #define IPHONE_E_NO_DEVICE -2 | 35 | #define IPHONE_E_NO_DEVICE -2 |
| 36 | #define IPHONE_E_TIMEOUT -3 | 36 | #define IPHONE_E_TIMEOUT -3 |
| 37 | #define IPHONE_E_NOT_ENOUGH_DATA -4 | 37 | #define IPHONE_E_NOT_ENOUGH_DATA -4 |
| 38 | #define IPHONE_E_BAD_HEADER -5 | ||
| 38 | 39 | ||
| 39 | //lockdownd specific error | 40 | //lockdownd specific error |
| 40 | #define IPHONE_E_INVALID_CONF -5 | 41 | #define IPHONE_E_INVALID_CONF -6 |
| 41 | #define IPHONE_E_PAIRING_FAILED -6 | 42 | #define IPHONE_E_PAIRING_FAILED -7 |
| 42 | #define IPHONE_E_SSL_ERROR -7 | 43 | #define IPHONE_E_SSL_ERROR -8 |
| 43 | 44 | ||
| 44 | //afc specific error | 45 | //afc specific error |
| 45 | #define IPHONE_E_NO_SUCH_FILE -8 | 46 | #define IPHONE_E_NO_SUCH_FILE -9 |
| 46 | 47 | ||
| 47 | struct iphone_device_int; | 48 | struct iphone_device_int; |
| 48 | typedef struct iphone_device_int *iphone_device_t; | 49 | typedef struct iphone_device_int *iphone_device_t; |
