summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-07 17:17:30 +0800
committerGravatar rcg4u2010-06-09 17:17:29 +0800
commit7d6207c33c44648cf9056ddd31ce51ac834563ab (patch)
tree61a4884132293f27e48eab6b468131ad158be7fe /src/restore.h
parenta274554b753880dd7042b6013d0158a0b81124c7 (diff)
downloadidevicerestore-7d6207c33c44648cf9056ddd31ce51ac834563ab.tar.gz
idevicerestore-7d6207c33c44648cf9056ddd31ce51ac834563ab.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);