diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 21:31:49 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 21:31:49 +0200 |
commit | 33e9bf680a3ec6c826fd6c1572bb54451bd52c33 (patch) | |
tree | c588a848af263af7f03bd75d49fa27ce1625d32a /inffast.h | |
parent | 429cebfd68ee7615123653e64ce18de6f499030f (diff) |
Cleanup: Replace 'z_streamp' with 'z_stream *'
Diffstat (limited to 'inffast.h')
-rw-r--r-- | inffast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |