Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
df7f8babc2c13f7adf53ff8e17580ae47c0e07bf
/
.
/
boot
/
common
/
src
/
uboot
/
compress
/
gnuzip.h
blob: 77cfa46780cfb121a0dd80055c49e0ef4602fc94 [
file
] [
log
] [
blame
]
#ifndef
GUN_ZIP_H
#define
GUN_ZIP_H
#include
"zconf.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