diff options
Diffstat (limited to 'src/iphone.h')
| -rw-r--r-- | src/iphone.h | 2 |
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 |
| 43 | int send_to_phone(iphone_device_t phone, char *data, int datalen); | 43 | int send_to_phone(iphone_device_t phone, char *data, int datalen); |
| 44 | int recv_from_phone(iphone_device_t phone, char *data, int datalen); | 44 | int recv_from_phone(iphone_device_t phone, char *data, int datalen, int timeout); |
| 45 | #endif | 45 | #endif |
