libsqsh v1.5.1
|
The trailing context is used to access the trailing data of the archive. More...
#include <sqsh_archive_private.h>
Public Member Functions | |
size_t | sqsh_trailing_size (const struct SqshTrailingContext *context) |
Retrieves the size of the trailing data in a context. | |
const uint8_t * | sqsh_trailing_data (const struct SqshTrailingContext *context) |
Retrieves the trailing data in a context. | |
The trailing context is used to access the trailing data of the archive.
Definition at line 56 of file sqsh_archive_private.h.
const uint8_t * sqsh_trailing_data | ( | const struct SqshTrailingContext * | context | ) |
Retrieves the trailing data in a context.
[in] | context | The context to retrieve the data from. |
size_t sqsh_trailing_size | ( | const struct SqshTrailingContext * | context | ) |
Retrieves the size of the trailing data in a context.
[in] | context | The context to retrieve the size from. |