diff options
author | Nikias Bassen | 2012-07-16 16:00:16 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-16 16:00:16 +0200 |
commit | bc6be463e4b1f8284c7fa8115920d41df4241569 (patch) | |
tree | f825a4cf81ddad8497ee1717f62a4e27cd9e0c05 /src/ipsw.h | |
parent | 1be0cef972a2af2ea4a0f8f2ea3111570d10eef2 (diff) | |
download | idevicerestore-bc6be463e4b1f8284c7fa8115920d41df4241569.tar.gz idevicerestore-bc6be463e4b1f8284c7fa8115920d41df4241569.tar.bz2 |
move ipsw on-demand download to ipsw.c
Diffstat (limited to 'src/ipsw.h')
-rw-r--r-- | src/ipsw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ int ipsw_extract_build_manifest(const char* ipsw, plist_t* buildmanifest, int *t int ipsw_extract_restore_plist(const char* ipsw, plist_t* restore_plist); void ipsw_free_file(ipsw_file* file); +int ipsw_download_latest_fw(plist_t version_data, const char* product, const char* todir, char** ipswfile); + #ifdef __cplusplus } #endif |