Skip to content
Snippets Groups Projects
Commit 5cb2fad2 authored by Lasse Collin's avatar Lasse Collin Committed by Linus Torvalds
Browse files

decompressors: remove unused constant from inflate.h

parent 1da914e0
No related branches found
No related tags found
No related merge requests found
#ifndef INFLATE_H
#define INFLATE_H
/* Other housekeeping constants */
#define INBUFSIZ 4096
int gunzip(unsigned char *inbuf, int len,
int(*fill)(void*, unsigned int),
int(*flush)(void*, unsigned int),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment