Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
inflate.h File Reference

Go to the source code of this file.

Functions

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))
 

Function Documentation

int gunzip ( unsigned char inbuf,
int  len,
int(*)(void *, unsigned int fill,
int(*)(void *, unsigned int flush,
unsigned char output,
int pos,
void(*)(char *x error_fn 
)

Definition at line 35 of file decompress_inflate.c.