Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
91e2fd337839319c7745e2cb84cfbf8cf1426a1a
/
.
/
include
/
linux
/
decompress
/
inflate.h
blob: 8c0aef1ba5f572c7baca9cc684f84b474035f03b [
file
] [
log
] [
blame
]
#ifndef
INFLATE_H
#define
INFLATE_H
int
gunzip
(
unsigned
char
*
inbuf
,
int
len
,
int
(*
fill
)(
void
*,
unsigned
int
),
int
(*
flush
)(
void
*,
unsigned
int
),
unsigned
char
*
output
,
int
*
pos
,
void
(*
error_fn
)(
char
*
x
));
#endif