summaryrefslogtreecommitdiffstats
path: root/src/recovery.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-04 16:02:05 -0400
committerGravatar Joshua Hill2010-06-04 16:02:05 -0400
commit26e7635460c7369be07455a7bcc7621cf53cdd2d (patch)
tree418ddb485d8ad259b207cdb4cdc79b66dc328349 /src/recovery.h
parent95d83e38a95c9cf28ffa59611149fbba242449c4 (diff)
downloadidevicerestore-26e7635460c7369be07455a7bcc7621cf53cdd2d.tar.gz
idevicerestore-26e7635460c7369be07455a7bcc7621cf53cdd2d.tar.bz2
Refactoring continued, lots of bug fixes, probably about half way through
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);