diff options
| author | oy <Tom_Adams@web.de> | 2011-12-04 17:50:52 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-12-04 17:50:52 +0100 |
| commit | 55fe59fa8a11464ff9705e4ca2b206d750d9624e (patch) | |
| tree | 146e6f4a57752f6f00bc802b4e42e7a4b2a1ac9d /src/engine/external/zlib/inffast.h | |
| parent | 9221f3dda2b89dfa1f0294d402e45b96685b9693 (diff) | |
| download | zcatch-55fe59fa8a11464ff9705e4ca2b206d750d9624e.tar.gz zcatch-55fe59fa8a11464ff9705e4ca2b206d750d9624e.zip | |
updated zlib to 1.2.5
Diffstat (limited to 'src/engine/external/zlib/inffast.h')
| -rw-r--r-- | src/engine/external/zlib/inffast.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/external/zlib/inffast.h b/src/engine/external/zlib/inffast.h index 1e88d2d9..e5c1aa4c 100644 --- a/src/engine/external/zlib/inffast.h +++ b/src/engine/external/zlib/inffast.h @@ -1,5 +1,5 @@ /* inffast.h -- header to use inffast.c - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2003, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -8,4 +8,4 @@ subject to change. Applications should only use zlib.h. */ -void inflate_fast OF((z_streamp strm, unsigned start)); +void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); |