summaryrefslogtreecommitdiffstats
path: root/src/recovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recovery.h')
-rw-r--r--src/recovery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/recovery.h b/src/recovery.h
index 86e3af2..b191aa5 100644
--- a/src/recovery.h
+++ b/src/recovery.h
@@ -26,6 +26,7 @@
#include <plist/plist.h>
int recovery_check_mode();
+int recovery_enter_restore(const char* ipsw, plist_t tss);
int recovery_send_signed_component(irecv_client_t client, const char* ipsw, plist_t tss, char* component);
irecv_error_t recovery_open_with_timeout(irecv_client_t* client);
int recovery_send_ibec(const char* ipsw, plist_t tss);