Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
#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),