libclod
C library for interacting with NBTs, region files, LOD data and other things.
Loading...
Searching...
No Matches
clod_decompressor Struct Reference

#include <compression.h>

Public Attributes

void *(* malloc_func )(size_t)
void(* free_func )(void *)

Detailed Description

Memory and tables reusable across invoations of clod_decompress.

Definition at line 26 of file decompress.c.

Member Data Documentation

◆ malloc_func

void *(* clod_decompressor::malloc_func) (size_t)

Definition at line 27 of file decompress.c.

◆ free_func

void(* clod_decompressor::free_func) (void *)

Definition at line 28 of file decompress.c.


The documentation for this struct was generated from the following file: