diff options
author | Joshua Hill | 2010-06-06 06:09:06 +0800 |
---|---|---|
committer | rcg4u | 2010-06-09 17:17:29 +0800 |
commit | 9279f889d7e296880fd7ea9d6c7cec499db62ea4 (patch) | |
tree | c039506ad319c2ec81f5a0aeb5ac4737b10d9389 /src/restore.h | |
parent | c21f7031b44e4cd61c1a6e630f9681742923ffa0 (diff) | |
download | idevicerestore-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.h | 1 |
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); |