author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 09 Sep 2005 14:07:43 +0000 | |
changeset 751 | 74dc021744de |
parent 718 | 2e809894a316 |
permissions | -rw-r--r-- |
718
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
1 |
/* inffast.h -- header to use inffast.c |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
2 |
* Copyright (C) 1995-2003 Mark Adler |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
3 |
* For conditions of distribution and use, see copyright notice in zlib.h |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
4 |
*/ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
5 |
|
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
6 |
/* WARNING: this file should *not* be used by applications. It is |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
7 |
part of the implementation of the compression library and is |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
8 |
subject to change. Applications should only use zlib.h. |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
9 |
*/ |
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
10 |
|
2e809894a316
Moved to actual zlib 1.2.3.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
11 |
void inflate_fast OF((z_streamp strm, unsigned start)); |