Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
8f1b9ea1573c632e70c0aec5ff9c3ac79f70a312
/
.
/
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