mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Fix declaration of aaruf_open.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user