diff options
Diffstat (limited to 'src/libirecovery.c')
| -rw-r--r-- | src/libirecovery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 4ca177b..1e249a5 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
| @@ -396,7 +396,7 @@ void irecv_exit() { | |||
| 396 | void dummy_callback() { } | 396 | void dummy_callback() { } |
| 397 | #endif | 397 | #endif |
| 398 | 398 | ||
| 399 | static int irecv_control_transfer( irecv_client_t client, | 399 | int irecv_control_transfer( irecv_client_t client, |
| 400 | uint8_t bmRequestType, | 400 | uint8_t bmRequestType, |
| 401 | uint8_t bRequest, | 401 | uint8_t bRequest, |
| 402 | uint16_t wValue, | 402 | uint16_t wValue, |
| @@ -448,7 +448,7 @@ static int irecv_control_transfer( irecv_client_t client, | |||
| 448 | #endif | 448 | #endif |
| 449 | } | 449 | } |
| 450 | 450 | ||
| 451 | static int irecv_bulk_transfer(irecv_client_t client, | 451 | int irecv_bulk_transfer(irecv_client_t client, |
| 452 | unsigned char endpoint, | 452 | unsigned char endpoint, |
| 453 | unsigned char *data, | 453 | unsigned char *data, |
| 454 | int length, | 454 | int length, |
