Blame thirdparty/zlib-1.2.8/inffast.h
|
kusano |
fc6ab3 |
/* inffast.h -- header to use inffast.c
|
|
kusano |
fc6ab3 |
* Copyright (C) 1995-2003, 2010 Mark Adler
|
|
kusano |
fc6ab3 |
* For conditions of distribution and use, see copyright notice in zlib.h
|
|
kusano |
fc6ab3 |
*/
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
/* WARNING: this file should *not* be used by applications. It is
|
|
kusano |
fc6ab3 |
part of the implementation of the compression library and is
|
|
kusano |
fc6ab3 |
subject to change. Applications should only use zlib.h.
|
|
kusano |
fc6ab3 |
*/
|
|
kusano |
fc6ab3 |
|
|
kusano |
fc6ab3 |
void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|