summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-07 05:17:30 -0400
committerGravatar Joshua Hill2010-06-07 05:17:30 -0400
commit5346ce8f7cefe7b33dd8abc44e27cb0e0816f78b (patch)
tree61a4884132293f27e48eab6b468131ad158be7fe /src/restore.h
parenta91e336c24a0d741e47be7adf0cd0b2beb20e5ab (diff)
downloadidevicerestore-5346ce8f7cefe7b33dd8abc44e27cb0e0816f78b.tar.gz
idevicerestore-5346ce8f7cefe7b33dd8abc44e27cb0e0816f78b.tar.bz2
More small fixes and updated the TODO list
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 6614355..7a2e27e 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -26,6 +26,7 @@
#include <libimobiledevice/restore.h>
#include <libimobiledevice/libimobiledevice.h>
+int restore_reboot(const char* uuid);
int restore_check_mode(const char* uuid);
int restore_check_device(const char* uuid);
const char* restore_progress_string(unsigned int operation);