mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add AARU_EXPORT and AARU_CALL macros to function implementations for consistency
This commit is contained in:
@@ -3992,7 +3992,7 @@ static int32_t write_index_block(aaruformat_context *ctx)
|
||||
* @retval <other negative libaaruformat code> Propagated from a write helper if future helpers add more error codes.
|
||||
* @note On success the context memory itself is freed; the caller must not reuse the pointer.
|
||||
*/
|
||||
int aaruf_close(void *context)
|
||||
AARU_EXPORT int AARU_CALL aaruf_close(void *context)
|
||||
{
|
||||
TRACE("Entering aaruf_close(%p)", context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user