diff options
| author | Wez Furlong <wez@php.net> | 2002-03-20 13:21:55 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-03-20 13:21:55 +0000 |
| commit | 6f77640ca82878ec9e2e666b0f51cff7092bdf40 (patch) | |
| tree | 445c6c565198b9f57cd480e1d5b32d39deb3a15c /ext/zlib/php_zlib.h | |
| parent | c8ec0fa4bd47a8a7df7eb62093537c9ad3b20a66 (diff) | |
| download | php-git-6f77640ca82878ec9e2e666b0f51cff7092bdf40.tar.gz | |
add forgotten parameter
Diffstat (limited to 'ext/zlib/php_zlib.h')
| -rw-r--r-- | ext/zlib/php_zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 0872b3e4c5..f3da984d2d 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -66,7 +66,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 STREAMS_DC TSRMLS_DC); +php_stream *php_stream_gzopen(char *path, char *mode, int options, char **opened_path, void *wrappercontext STREAMS_DC TSRMLS_DC); extern php_stream_ops php_stream_gzio_ops; extern php_stream_wrapper php_stream_gzip_wrapper; |
