summaryrefslogtreecommitdiff
path: root/util/compress/libdeflate/lib/deflate_compress.h
blob: d97d019ae7d4024f683f41fe03642ba65d6644d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LIB_DEFLATE_COMPRESS_H
#define LIB_DEFLATE_COMPRESS_H

#include "lib_common.h"

/* DEFLATE compression is private to deflate_compress.c, but we do need to be
 * able to query the compression level for zlib and gzip header generation.  */

struct libdeflate_compressor;

unsigned int deflate_get_compression_level(struct libdeflate_compressor *c);

#endif /* LIB_DEFLATE_COMPRESS_H */