diff options
author | Nikias Bassen | 2012-02-02 22:24:29 +0100 |
---|---|---|
committer | Nikias Bassen | 2012-02-02 22:24:29 +0100 |
commit | a657e472691dc02198f4849f2c9a05926b41fd66 (patch) | |
tree | 2af845579bd70c6f1640e73b7479a935b3530c7c /src/idevicerestore.h | |
parent | dc69608d4131a3d8bfe7710ed88ea679087b037f (diff) | |
download | idevicerestore-a657e472691dc02198f4849f2c9a05926b41fd66.tar.gz idevicerestore-a657e472691dc02198f4849f2c9a05926b41fd66.tar.bz2 |
idevicerestore: add get_component_name helper function
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index a83ac5c..4d25428 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -46,6 +46,7 @@ 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* component, const char* path, char** data, uint32_t* size); +const char* get_component_name(const char* filename); #ifdef __cplusplus } |