summaryrefslogtreecommitdiff
path: root/inffast.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2015-04-26 21:31:49 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2015-04-26 21:31:49 +0200
commit33e9bf680a3ec6c826fd6c1572bb54451bd52c33 (patch)
treec588a848af263af7f03bd75d49fa27ce1625d32a /inffast.h
parent429cebfd68ee7615123653e64ce18de6f499030f (diff)
Cleanup: Replace 'z_streamp' with 'z_stream *'
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 96bd8ab..5b8a1f6 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 (z_streamp strm, unsigned start);
+void ZLIB_INTERNAL inflate_fast (z_stream *strm, unsigned start);