Sign in
gfiber
/
kernel
/
mindspeed
/
a0b641e6f889a7f1e0a7836cb37407bcb4c55dca
/
.
/
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