summaryrefslogtreecommitdiff
path: root/ext/bz2/php_bz2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/php_bz2.h')
-rw-r--r--ext/bz2/php_bz2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/php_bz2.h b/ext/bz2/php_bz2.h
index b3c0725086..b1aa4ca97c 100644
--- a/ext/bz2/php_bz2.h
+++ b/ext/bz2/php_bz2.h
@@ -47,7 +47,7 @@ extern zend_module_entry bz2_module_entry;
# define PHP_BZ2_API
#endif
-PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC);
+PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *innerstream STREAMS_DC);
#define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz), (mode), (innerstream) STREAMS_CC)