summaryrefslogtreecommitdiff
path: root/inffast.h
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-12 22:57:27 +0200
committerhansr <hk-git@circlestorm.org>2014-10-12 22:57:27 +0200
commit3f8e26e0b7605f49057b09d2eafce05511ce0c29 (patch)
treeda90f7ed3e20d4b22e68f59a24c19d2ed7f160ec /inffast.h
parentf7e1e0130fb198fa2d4d62b8990d2ab205985b3f (diff)
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
-Removing usage of OF() definition
Diffstat (limited to 'inffast.h')
-rw-r--r--inffast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inffast.h b/inffast.h
index e5c1aa4..96bd8ab 100644
--- a/inffast.h
+++ b/inffast.h
@@ -8,4 +8,4 @@
subject to change. Applications should only use zlib.h.
*/
-void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
+void ZLIB_INTERNAL inflate_fast (z_streamp strm, unsigned start);