Release 4.17 include/linux/decompress/inflate.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef LINUX_DECOMPRESS_INFLATE_H
#define LINUX_DECOMPRESS_INFLATE_H
int gunzip(unsigned char *inbuf, long len,
long (*fill)(void*, unsigned long),
long (*flush)(void*, unsigned long),
unsigned char *output,
long *pos,
void(*error_fn)(char *x));
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alain Knaff | 58 | 86.57% | 1 | 25.00% |
Yinghai Lu | 6 | 8.96% | 1 | 25.00% |
Rashika Kheria | 2 | 2.99% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 1.49% | 1 | 25.00% |
Total | 67 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.