614fa7877df79bf8dfec357837307fb99d58ed36
[shibboleth/cpp-opensaml.git] / saml / zlib / inffast.h
1 /* inffast.h -- header to use inffast.c\r
2  * Copyright (C) 1995-2003 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 inflate_fast OF((z_streamp strm, unsigned start));\r