summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-24 18:05:49 +0000
committerWez Furlong <wez@php.net>2002-03-24 18:05:49 +0000
commit5ee65bd8f5e6b3b205bc3eb08e019f2a15c07a35 (patch)
treebd26669c2ff51733c3885aba15e1536dd1bc6d52 /ext/zlib/php_zlib.h
parent68b18b05fe9c715b342867201f9130f0bb5cde9d (diff)
downloadphp-git-5ee65bd8f5e6b3b205bc3eb08e019f2a15c07a35.tar.gz
Phase 1 of wrapper OO cleanup.
# Collecting underpants
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r--ext/zlib/php_zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h
index 8907838f55..803727c7da 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -53,7 +53,7 @@ PHP_FUNCTION(ob_gzhandler);
int php_enable_output_compression(int buffer_size TSRMLS_DC);
-php_stream *php_stream_gzopen(char *path, char *mode, int options, char **opened_path, void *wrappercontext STREAMS_DC TSRMLS_DC);
+php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path STREAMS_DC TSRMLS_DC);
extern php_stream_ops php_stream_gzio_ops;
extern php_stream_wrapper php_stream_gzip_wrapper;