diff options
author | Nikias Bassen | 2012-02-02 19:53:32 +0100 |
---|---|---|
committer | Nikias Bassen | 2012-02-02 19:53:32 +0100 |
commit | f61d7a2fcc388e74a0a01c08ef5abd31c456e54a (patch) | |
tree | e7be8255793380113fea07950291312ca0aa4cd1 /src/idevicerestore.h | |
parent | c344e1c8b4996e9bf4c4e5589931a436acc9d388 (diff) | |
download | idevicerestore-f61d7a2fcc388e74a0a01c08ef5abd31c456e54a.tar.gz idevicerestore-f61d7a2fcc388e74a0a01c08ef5abd31c456e54a.tar.bz2 |
ipsw_get_component_by_path: add 'component' parameter
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 34d967c..a83ac5c 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -45,7 +45,7 @@ int build_manifest_get_build_count(plist_t build_manifest); void build_identity_print_information(plist_t build_identity); int build_identity_get_component_path(plist_t build_identity, const char* component, char** path); int ipsw_extract_filesystem(const char* ipsw, plist_t build_identity, char** filesystem); -int ipsw_get_component_by_path(const char* ipsw, plist_t tss, const char* path, char** data, uint32_t* size); +int ipsw_get_component_by_path(const char* ipsw, plist_t tss, const char* component, const char* path, char** data, uint32_t* size); #ifdef __cplusplus } |