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

Go to the source code of this file.

Functions

int bunzip2 (unsigned char *inbuf, int len, int(*fill)(void *, unsigned int), int(*flush)(void *, unsigned int), unsigned char *output, int *pos, void(*error)(char *x))
 

Function Documentation

int bunzip2 ( unsigned char inbuf,
int  len,
int(*)(void *, unsigned int fill,
int(*)(void *, unsigned int flush,
unsigned char output,
int pos,
void(*)(char *x error 
)

Definition at line 678 of file decompress_bunzip2.c.