From bc6be463e4b1f8284c7fa8115920d41df4241569 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 16 Jul 2012 16:00:16 +0200 Subject: move ipsw on-demand download to ipsw.c --- 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 a77bc84..ab320be 100644 --- a/src/ipsw.h +++ b/src/ipsw.h @@ -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 -- cgit v1.1-32-gdbae