From fd719c0e287d56d9ce7ac5b96a499b18159c3550 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 23:02:56 +0100 Subject: ipsw: add ipsw_extract_restore_plist --- 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 bd8ffc4..a77bc84 100644 --- a/src/ipsw.h +++ b/src/ipsw.h @@ -39,6 +39,7 @@ typedef struct { int ipsw_extract_to_memory(const char* ipsw, const char* infile, char** pbuffer, uint32_t* psize); int ipsw_extract_build_manifest(const char* ipsw, plist_t* buildmanifest, int *tss_enabled); +int ipsw_extract_restore_plist(const char* ipsw, plist_t* restore_plist); void ipsw_free_file(ipsw_file* file); #ifdef __cplusplus -- cgit v1.1-32-gdbae