summaryrefslogtreecommitdiffstats
path: root/src/ipsw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipsw.h')
-rw-r--r--src/ipsw.h1
1 files changed, 1 insertions, 0 deletions
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