e1e6db4ac5d76e694dfe9d1fc0467e547b07a249
[platform/upstream/libwebsockets.git] / win32port / zlib / inffast.h
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
11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));\r