summaryrefslogtreecommitdiffstats
path: root/src/ace3.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-07-01 00:45:50 +0200
committerGravatar Nikias Bassen2025-07-01 00:45:50 +0200
commitc752e8780b043c8822be2417cc5596b8f2ad9c0b (patch)
treec57bae87f86c43d68a74447bad319433f66cb89a /src/ace3.h
parentc17f9d6b17daa6121ec1ef0284d701cd3d1387b2 (diff)
downloadidevicerestore-c752e8780b043c8822be2417cc5596b8f2ad9c0b.tar.gz
idevicerestore-c752e8780b043c8822be2417cc5596b8f2ad9c0b.tar.bz2
Update codebase to use (const) void* and size_t where applicable
Diffstat (limited to 'src/ace3.h')
-rw-r--r--src/ace3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ace3.h b/src/ace3.h
index 2ef65a7..6c93e1e 100644
--- a/src/ace3.h
+++ b/src/ace3.h
@@ -8,7 +8,7 @@ extern "C" {
#include <stdint.h>
#include <plist/plist.h>
-int ace3_create_binary(const unsigned char* uarp_fw, size_t uarp_size, uint64_t bdid, unsigned int prev, plist_t tss, unsigned char** bin_out, size_t* bin_size);
+int ace3_create_binary(const void* uarp_fw, size_t uarp_size, uint64_t bdid, unsigned int prev, plist_t tss, void** bin_out, size_t* bin_size);
#ifdef __cplusplus
}