Simple (de)compression logic. More...
Go to the source code of this file.
Functions | |
int | GNUNET_try_compression (const char *data, size_t old_size, char **result, size_t *new_size) |
Try to compress the given block of data using libz. More... | |
char * | GNUNET_decompress (const char *input, size_t input_size, size_t output_size) |
Decompress input, return the decompressed data as output. More... | |
Simple (de)compression logic.
Definition in file compress.c.