summaryrefslogtreecommitdiffstats
path: root/src/iphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iphone.h')
-rw-r--r--src/iphone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iphone.h b/src/iphone.h
index 222a1be..15515e3 100644
--- a/src/iphone.h
+++ b/src/iphone.h
@@ -41,5 +41,5 @@ struct iphone_device_int {
41 41
42// Function definitions 42// Function definitions
43int send_to_phone(iphone_device_t phone, char *data, int datalen); 43int send_to_phone(iphone_device_t phone, char *data, int datalen);
44int recv_from_phone(iphone_device_t phone, char *data, int datalen); 44int recv_from_phone(iphone_device_t phone, char *data, int datalen, int timeout);
45#endif 45#endif