summaryrefslogtreecommitdiffstats
path: root/src/img3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/img3.h')
-rw-r--r--src/img3.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/img3.h b/src/img3.h
index 1132162..d1119a6 100644
--- a/src/img3.h
+++ b/src/img3.h
@@ -95,13 +95,7 @@ typedef struct {
img3_element* unkn_element;*/
} img3_file;
-void img3_free(img3_file* image);
-img3_element* img3_parse_element(unsigned char* data);
-void img3_free_element(img3_element* element);
-img3_file* img3_parse_file(unsigned char* data, unsigned int size);
-int img3_get_data(img3_file* image, unsigned char** pdata, unsigned int* psize);
-int img3_replace_signature(img3_file* image, unsigned char* signature);
-
+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);
#ifdef __cplusplus
}s