about summary refs log tree commit diff
path: root/src/engine/external/zlib/inffast.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-12-04 17:50:52 +0100
committeroy <Tom_Adams@web.de>2011-12-04 17:50:52 +0100
commit55fe59fa8a11464ff9705e4ca2b206d750d9624e (patch)
tree146e6f4a57752f6f00bc802b4e42e7a4b2a1ac9d /src/engine/external/zlib/inffast.h
parent9221f3dda2b89dfa1f0294d402e45b96685b9693 (diff)
downloadzcatch-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.h4
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));