diff options
| author | 2010-11-22 23:15:48 +0100 | |
|---|---|---|
| committer | 2011-04-11 17:05:57 +0200 | |
| commit | ae7013d7d8355da926c0818182dd500589b48ed6 (patch) | |
| tree | 871f5c2f4ffd0db6d514d58cfcff7592055d1dcb /tools | |
| parent | bd8d84245b4ca80858bf9b61682268e6c4095f34 (diff) | |
| download | libimobiledevice-ae7013d7d8355da926c0818182dd500589b48ed6.tar.gz libimobiledevice-ae7013d7d8355da926c0818182dd500589b48ed6.tar.bz2 | |
mobilebackup2: small api changes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/idevicebackup4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup4.c b/tools/idevicebackup4.c index 4b39510..a44abb6 100644 --- a/tools/idevicebackup4.c +++ b/tools/idevicebackup4.c | |||
| @@ -1381,7 +1381,7 @@ checkpoint: | |||
| 1381 | /* request backup from device with manifest from last backup */ | 1381 | /* request backup from device with manifest from last backup */ |
| 1382 | printf("Requesting backup from device...\n"); | 1382 | printf("Requesting backup from device...\n"); |
| 1383 | 1383 | ||
| 1384 | err = mobilebackup2_request_backup(mobilebackup2, uuid); | 1384 | err = mobilebackup2_send_request(mobilebackup2, "Backup", uuid, NULL, NULL); |
| 1385 | if (err == MOBILEBACKUP2_E_SUCCESS) { | 1385 | if (err == MOBILEBACKUP2_E_SUCCESS) { |
| 1386 | /*if (is_full_backup) | 1386 | /*if (is_full_backup) |
| 1387 | printf("Full backup mode.\n"); | 1387 | printf("Full backup mode.\n"); |
