diff options
| author | 2013-09-26 23:36:27 +0200 | |
|---|---|---|
| committer | 2013-09-26 23:36:27 +0200 | |
| commit | 3475c29642b2d824b86848ab81ef300d0f15e1f6 (patch) | |
| tree | 2b4ddbafc260c331e2ed5d35a8b16e0db8c7e6ce /tools | |
| parent | 7f721d5a6ce397e045d1bbcf6b895d886dfc7bf5 (diff) | |
| download | libirecovery-3475c29642b2d824b86848ab81ef300d0f15e1f6.tar.gz libirecovery-3475c29642b2d824b86848ab81ef300d0f15e1f6.tar.bz2 | |
Reorder public interface logically and rename irecv_get_device()
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/irecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c index 7945598..32e9f9f 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c | |||
| @@ -345,7 +345,7 @@ int main(int argc, char* argv[]) { | |||
| 345 | } | 345 | } |
| 346 | 346 | ||
| 347 | irecv_device_t device = NULL; | 347 | irecv_device_t device = NULL; |
| 348 | irecv_get_device(client, &device); | 348 | irecv_devices_get_device_by_client(client, &device); |
| 349 | if (device) | 349 | if (device) |
| 350 | debug("Connected to %s, model %s, cpid 0x%04x, bdid 0x%02x\n", device->product, device->model, device->chip_id, device->board_id); | 350 | debug("Connected to %s, model %s, cpid 0x%04x, bdid 0x%02x\n", device->product, device->model, device->chip_id, device->board_id); |
| 351 | 351 | ||
