Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
4a4389abdd9822fdf3cc2ac6ed87eb811fd43acc
/
.
/
include
/
linux
/
decompress
/
inflate.h
blob: 1d0aedef982206fae64706263b35024b9373e6b8 [
file
] [
log
] [
blame
]
#ifndef
LINUX_DECOMPRESS_INFLATE_H
#define
LINUX_DECOMPRESS_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