diff options
author | Joshua Hill | 2010-06-05 04:02:05 +0800 |
---|---|---|
committer | rcg4u | 2010-06-09 17:17:28 +0800 |
commit | ce999c67996515b278f49ea88f4e306dc0308ff3 (patch) | |
tree | 418ddb485d8ad259b207cdb4cdc79b66dc328349 /src/recovery.h | |
parent | f37ceaa046ac9114789a9334cfff04fba3805601 (diff) | |
download | idevicerestore-ce999c67996515b278f49ea88f4e306dc0308ff3.tar.gz idevicerestore-ce999c67996515b278f49ea88f4e306dc0308ff3.tar.bz2 |
Refactoring continued, lots of bug fixes, probably about half way through
Diffstat (limited to 'src/recovery.h')
-rw-r--r-- | src/recovery.h | 1 |
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); |