mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add detailed documentation for various processing functions in AaruFormat
This commit is contained in:
@@ -29,6 +29,14 @@
|
||||
#include "internal.h"
|
||||
#include "log.h"
|
||||
|
||||
/**
|
||||
* @brief Closes an AaruFormat image context and frees resources.
|
||||
*
|
||||
* Closes the image file, frees memory, and releases all resources associated with the context.
|
||||
*
|
||||
* @param context Pointer to the aaruformat context to close.
|
||||
* @return 0 on success, or -1 on error.
|
||||
*/
|
||||
int aaruf_close(void *context)
|
||||
{
|
||||
TRACE("Entering aaruf_close(%p)", context);
|
||||
|
||||
Reference in New Issue
Block a user