mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
8 lines
169 B
C
8 lines
169 B
C
#ifndef __BCH_LZ4_H__
|
|
#define __BCH_LZ4_H__
|
|
|
|
int bch2_lz4_decompress(const unsigned char *src, size_t *src_len,
|
|
unsigned char *dest, size_t actual_dest_len);
|
|
|
|
#endif
|