]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/inffast.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Modules / zlib / inffast.h
CommitLineData
7eb75bcc
DM
1/* inffast.h -- header to use inffast.c\r
2 * Copyright (C) 1995-2003, 2010 Mark Adler\r
3 * For conditions of distribution and use, see copyright notice in zlib.h\r
4 */\r
5\r
6/* WARNING: this file should *not* be used by applications. It is\r
7 part of the implementation of the compression library and is\r
8 subject to change. Applications should only use zlib.h.\r
9 */\r
10\r
11void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));\r