summaryrefslogtreecommitdiffstats
path: root/include/libiphone
diff options
context:
space:
mode:
Diffstat (limited to 'include/libiphone')
-rw-r--r--include/libiphone/libiphone.h9
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
47struct iphone_device_int; 48struct iphone_device_int;
48typedef struct iphone_device_int *iphone_device_t; 49typedef struct iphone_device_int *iphone_device_t;