From e1b22c51edd2c3b416d111a63e1a84ab3ba7817e Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 11 Aug 2008 22:32:01 +0200 Subject: first shot at setting up a library --- src/iphone.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/iphone.h') 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 +#include #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 -- cgit v1.1-32-gdbae