diff options
author | Joshua Hill | 2010-06-07 17:17:30 +0800 |
---|---|---|
committer | rcg4u | 2010-06-09 17:17:29 +0800 |
commit | 7d6207c33c44648cf9056ddd31ce51ac834563ab (patch) | |
tree | 61a4884132293f27e48eab6b468131ad158be7fe /src/restore.h | |
parent | a274554b753880dd7042b6013d0158a0b81124c7 (diff) | |
download | idevicerestore-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.h | 1 |
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); |