diff options
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); |