diff options
| author | 2012-07-17 18:04:20 +0200 | |
|---|---|---|
| committer | 2012-07-17 18:04:20 +0200 | |
| commit | a66e7cd6ef03ba4ae2af5ebfb62118c76c70b48a (patch) | |
| tree | 06efaab0b6f83115cdeca463983f59990df3bf6d /src | |
| parent | 6b1eb40e00b20c28da25731d18251aadc82ef583 (diff) | |
| download | libirecovery-a66e7cd6ef03ba4ae2af5ebfb62118c76c70b48a.tar.gz libirecovery-a66e7cd6ef03ba4ae2af5ebfb62118c76c70b48a.tar.bz2 | |
added irecv_control_transfer and irecv_bulk_transfer to public interface
Diffstat (limited to 'src')
| -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, |
