mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-21 03:16:54 +01:00
f073af9af6
Remove `infback.c` which we don't need. The `OF` macro was also removed so I can drop the patch where I yell at Gentoo developers. (cherry picked from commits e0e1f2e4a2056db1a908af75612daaaf5b129ebd and 071499ac0d8e33e6f269437c3ce4fab52cc43f90)
12 lines
422 B
C++
12 lines
422 B
C++
/* inffast.h -- header to use inffast.c
|
|
* Copyright (C) 1995-2003, 2010 Mark Adler
|
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
|
*/
|
|
|
|
/* WARNING: this file should *not* be used by applications. It is
|
|
part of the implementation of the compression library and is
|
|
subject to change. Applications should only use zlib.h.
|
|
*/
|
|
|
|
void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
|