diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-31 23:32:24 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-31 23:32:24 +0000 |
commit | 15cb7ca02194742fcbd5609a8f177966a1c33b5d (patch) | |
tree | 11fbc9bb8d40c46a9a1c196f1346985465776d48 /ext/zlib/php_zlib.h | |
parent | 4b00c6b697dabbaa89b199befcb95d187837db6c (diff) | |
download | php-git-15cb7ca02194742fcbd5609a8f177966a1c33b5d.tar.gz |
Fix some warnings
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 d4fe9af97d..22432c4a1b 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -64,7 +64,7 @@ PHP_FUNCTION(gzinflate); PHP_FUNCTION(gzencode); PHP_FUNCTION(ob_gzhandler); -FILE *zlib_fopen_wrapper(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC); +FILE *zlib_fopen_wrapper(const char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC); int php_enable_output_compression(int buffer_size); |