From bfcd784574ace78f9923213e3d260302d28b54c8 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 9 Jul 2010 16:35:17 +0200 Subject: Refactor manifest extraction --- 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 cd11406..f1694ef 100644 --- a/src/ipsw.h +++ b/src/ipsw.h @@ -28,6 +28,7 @@ extern "C" { #include #include +#include typedef struct { int index; @@ -37,6 +38,7 @@ typedef struct { } ipsw_file; 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); void ipsw_free_file(ipsw_file* file); #ifdef __cplusplus -- cgit v1.1-32-gdbae