mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
Set proper function definitions.
This commit is contained in:
@@ -31,4 +31,4 @@ AARU_EXPORT int AARU_CALL adler32_update(adler32_ctx* ctx, const uint8_t* data,
|
||||
AARU_EXPORT int AARU_CALL adler32_final(adler32_ctx* ctx, uint32_t* checksum);
|
||||
AARU_EXPORT void AARU_CALL adler32_free(adler32_ctx* ctx);
|
||||
|
||||
#endif//AARU_CHECKSUMS_NATIVE_LIBRARY_H
|
||||
#endif //AARU_CHECKSUMS_NATIVE_ADLER32_H
|
||||
|
||||
Reference in New Issue
Block a user