From bbcadedd7e907c14ac4a475ec025d951d8540388 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 21 Oct 2025 14:24:56 +0100 Subject: [PATCH] Fix declaration of aaruf_open. --- include/aaruformat/decls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aaruformat/decls.h b/include/aaruformat/decls.h index 59f4d39..07680e1 100644 --- a/include/aaruformat/decls.h +++ b/include/aaruformat/decls.h @@ -67,7 +67,7 @@ AARU_EXPORT int AARU_CALL aaruf_identify(const char *filename); AARU_EXPORT int AARU_CALL aaruf_identify_stream(FILE *image_stream); -AARU_EXPORT void *AARU_CALL aaruf_open(const char *filepath, bool resume_mode, char *options); +AARU_EXPORT void *AARU_CALL aaruf_open(const char *filepath, bool resume_mode, const char *options); AARU_EXPORT void *AARU_CALL aaruf_create(const char *filepath, uint32_t media_type, uint32_t sector_size, uint64_t user_sectors, uint64_t negative_sectors, uint64_t overflow_sectors,