diff options
Diffstat (limited to 'src/img3.h')
-rw-r--r-- | src/img3.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ typedef struct { img3_element* unkn_element;*/ } img3_file; -int img3_stitch_component(const unsigned char* component, unsigned int component_size, const unsigned char* blob, unsigned int blob_size, unsigned char** img3_data, unsigned int *img3_size); +int img3_stitch_component(const char* component_name, const unsigned char* component_data, unsigned int component_size, const unsigned char* blob, unsigned int blob_size, unsigned char** img3_data, unsigned int *img3_size); #ifdef __cplusplus }s |