From ca392863d770e522285615af4e1a9c1cd38fef33 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 16 Jul 2012 15:51:11 +0200 Subject: mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4 --- src/restore.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/restore.h') diff --git a/src/restore.h b/src/restore.h index deb8506..6e9c96e 100644 --- a/src/restore.h +++ b/src/restore.h @@ -33,15 +33,15 @@ extern "C" { struct restore_client_t { plist_t tss; idevice_t device; - char* uuid; + char* udid; unsigned int operation; const char* filesystem; uint64_t protocol_version; restored_client_t client; }; -int restore_check_mode(const char* uuid); -int restore_check_device(const char* uuid); +int restore_check_mode(const char* udid); +int restore_check_device(const char* udid); int restore_client_new(struct idevicerestore_client_t* client); void restore_client_free(struct idevicerestore_client_t* client); int restore_reboot(struct idevicerestore_client_t* client); -- cgit v1.1-32-gdbae