diff options
author | Nikias Bassen | 2019-09-26 04:36:39 +0200 |
---|---|---|
committer | Nikias Bassen | 2019-09-26 04:36:39 +0200 |
commit | a18ad835cb84268fa07118cf6abed01d1e93856a (patch) | |
tree | 92e9a9e40a9e7cbb29971087ad89d2735a92fafc /src/ipsw.h | |
parent | 5c4680dcdcb751ab3d8185f2cf7dc5900037574d (diff) | |
download | idevicerestore-a18ad835cb84268fa07118cf6abed01d1e93856a.tar.gz idevicerestore-a18ad835cb84268fa07118cf6abed01d1e93856a.tar.bz2 |
Make sure CTRL+C is working at specific stages of the process
Diffstat (limited to 'src/ipsw.h')
-rw-r--r-- | src/ipsw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ int ipsw_download_fw(const char *fwurl, unsigned char* isha1, const char* todir, int ipsw_get_latest_fw(plist_t version_data, const char* product, char** fwurl, unsigned char* sha1buf); int ipsw_download_latest_fw(plist_t version_data, const char* product, const char* todir, char** ipswfile); +void ipsw_cancel(void); + #ifdef __cplusplus } #endif |