summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-06 06:09:06 +0800
committerGravatar rcg4u2010-06-09 17:17:29 +0800
commit9279f889d7e296880fd7ea9d6c7cec499db62ea4 (patch)
treec039506ad319c2ec81f5a0aeb5ac4737b10d9389 /src/restore.h
parentc21f7031b44e4cd61c1a6e630f9681742923ffa0 (diff)
downloadidevicerestore-9279f889d7e296880fd7ea9d6c7cec499db62ea4.tar.gz
idevicerestore-9279f889d7e296880fd7ea9d6c7cec499db62ea4.tar.bz2
Changed the device type to a structure array for cleaner code and cross state access
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/restore.h b/src/restore.h
index 99ba80b..6614355 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -27,6 +27,7 @@
#include <libimobiledevice/libimobiledevice.h>
int restore_check_mode(const char* uuid);
+int restore_check_device(const char* uuid);
const char* restore_progress_string(unsigned int operation);
void restore_close(idevice_t device, restored_client_t restore);
int restore_handle_status_msg(restored_client_t client, plist_t msg);