From a18ad835cb84268fa07118cf6abed01d1e93856a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 26 Sep 2019 04:36:39 +0200 Subject: Make sure CTRL+C is working at specific stages of the process --- src/ipsw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ipsw.h') diff --git a/src/ipsw.h b/src/ipsw.h index 1d00d6f..a664f2b 100644 --- a/src/ipsw.h +++ b/src/ipsw.h @@ -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 -- cgit v1.1-32-gdbae