Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
841cb1570d2c9eed4496ac9ce53c4fd4ae66ebfc
/
.
/
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