Linux Kernel
3.7.1
|
Go to the source code of this file.
Typedefs | |
typedef int(* | decompress_fn )(unsigned char *inbuf, int len, int(*fill)(void *, unsigned int), int(*flush)(void *, unsigned int), unsigned char *outbuf, int *posp, void(*error)(char *x)) |
Functions | |
decompress_fn | decompress_method (const unsigned char *inbuf, int len, const char **name) |
Definition at line 51 of file decompress.c.