Sign in
gfiber
/
kernel
/
lockdown
/
997266390659fb562bd4cad3cfba9b816585e628
/
.
/
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