summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libirecovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 1b547d1..8b4864c 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -1554,6 +1554,10 @@ irecv_error_t irecv_finish_transfer(irecv_client_t client) {
1554 return IRECV_E_SUCCESS; 1554 return IRECV_E_SUCCESS;
1555} 1555}
1556 1556
1557irecv_device_t irecv_devices_get_all() {
1558 return irecv_devices;
1559}
1560
1557irecv_error_t irecv_devices_get_device_by_client(irecv_client_t client, irecv_device_t* device) { 1561irecv_error_t irecv_devices_get_device_by_client(irecv_client_t client, irecv_device_t* device) {
1558 uint32_t bdid = 0; 1562 uint32_t bdid = 0;
1559 uint32_t cpid = 0; 1563 uint32_t cpid = 0;