summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h6
1 files changed, 3 insertions, 3 deletions
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);