Rizin
unix-like reverse engineering framework and cli tools
chmc.c File Reference
#include <system.h>
#include <chm.h>

Go to the source code of this file.

Functions

struct mschm_compressormspack_create_chm_compressor (struct mspack_system *sys)
 
void mspack_destroy_chm_compressor (struct mschm_compressor *self)
 

Function Documentation

◆ mspack_create_chm_compressor()

struct mschm_compressor* mspack_create_chm_compressor ( struct mspack_system sys)

Creates a new CHM compressor.

Parameters
sysa custom mspack_system structure, or NULL to use the default
Returns
a mschm_compressor or NULL

Definition at line 16 of file chmc.c.

17 {
18  /* todo */
19  return NULL;
20 }
#define NULL
Definition: cris-opc.c:27

References NULL.

◆ mspack_destroy_chm_compressor()

void mspack_destroy_chm_compressor ( struct mschm_compressor self)

Destroys an existing CHM compressor.

Parameters
selfthe mschm_compressor to destroy

Definition at line 22 of file chmc.c.

22  {
23  /* todo */
24 }