libsqsh v1.5.1
|
The mapper that is used to map chunks of the archive into memory. More...
#include <sqsh_mapper_private.h>
Public Member Functions | |
void | sqsh_mapper_set_user_data (struct SqshMapper *mapper, void *user_data) |
Sets the user data for a mapper. | |
void * | sqsh_mapper_user_data (const struct SqshMapper *mapper) |
Retrieves the user data from a mapper. | |
The mapper that is used to map chunks of the archive into memory.
Definition at line 58 of file sqsh_mapper_private.h.
void sqsh_mapper_set_user_data | ( | struct SqshMapper * | mapper, |
void * | user_data ) |
Sets the user data for a mapper.
[in] | mapper | The mapper to set the user data for. |
[in] | user_data | The user data to set. |
void * sqsh_mapper_user_data | ( | const struct SqshMapper * | mapper | ) |
Retrieves the user data from a mapper.
[in] | mapper | The mapper to retrieve the user data from. |