From 546e75e3ab6c27b0696da47c2b93dfbd5ea0c876 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 17 Jul 2012 01:37:42 +0200 Subject: ipsw: change get_latest_fw to ipsw_get_latest_fw and make it public --- src/ipsw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipsw.h') diff --git a/src/ipsw.h b/src/ipsw.h index ab320be..c61e73d 100644 --- a/src/ipsw.h +++ b/src/ipsw.h @@ -42,6 +42,7 @@ 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_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); #ifdef __cplusplus -- cgit v1.1-32-gdbae