summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-02-02 22:24:29 +0100
committerGravatar Nikias Bassen2012-02-02 22:24:29 +0100
commita657e472691dc02198f4849f2c9a05926b41fd66 (patch)
tree2af845579bd70c6f1640e73b7479a935b3530c7c /src/idevicerestore.h
parentdc69608d4131a3d8bfe7710ed88ea679087b037f (diff)
downloadidevicerestore-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.h1
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
}