From b040d1b5f4732a431c1d900b55d6bbd3684f6c74 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 2 Oct 2013 19:29:04 +0200 Subject: ipsw: change buffers to use type unsigned char* --- src/idevicerestore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevicerestore.h') diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 44e3350..a04ec66 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -88,7 +88,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* component, 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, unsigned char** data, unsigned int* size); const char* get_component_name(const char* filename); #ifdef __cplusplus -- cgit v1.1-32-gdbae