summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-05 18:09:06 -0400
committerGravatar Joshua Hill2010-06-05 18:09:06 -0400
commit255b285d22056dde283d33511c14387ea92e28c0 (patch)
treec039506ad319c2ec81f5a0aeb5ac4737b10d9389 /src/restore.h
parent5fe87e252c9c28a67277e21febb19027feb32372 (diff)
downloadidevicerestore-255b285d22056dde283d33511c14387ea92e28c0.tar.gz
idevicerestore-255b285d22056dde283d33511c14387ea92e28c0.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);