diff options
Diffstat (limited to 'src/iphone.h')
-rw-r--r-- | src/iphone.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/iphone.h b/src/iphone.h index ec5e70d..746941f 100644 --- a/src/iphone.h +++ b/src/iphone.h @@ -28,6 +28,7 @@ #endif #include <usb.h> +#include <libiphone/libiphone.h> #define BULKIN 0x85 #define BULKOUT 0x04 @@ -39,8 +40,6 @@ typedef struct { } iPhone; // Function definitions -void free_iPhone(iPhone *victim); -iPhone *get_iPhone(); int send_to_phone(iPhone *phone, char *data, int datalen); int recv_from_phone(iPhone *phone, char *data, int datalen); #endif |