Release 4.7 include/linux/decompress/unlzma.h
#ifndef DECOMPRESS_UNLZMA_H
#define DECOMPRESS_UNLZMA_H
int unlzma(unsigned char *, long,
long (*fill)(void*, unsigned long),
long (*flush)(void*, unsigned long),
unsigned char *output,
long *posp,
void(*error)(char *x)
);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
alain knaff | alain knaff | 58 | 90.62% | 1 | 50.00% |
yinghai lu | yinghai lu | 6 | 9.38% | 1 | 50.00% |
| Total | 64 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.