summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-31 23:32:24 +0000
committerZeev Suraski <zeev@php.net>2001-07-31 23:32:24 +0000
commit15cb7ca02194742fcbd5609a8f177966a1c33b5d (patch)
tree11fbc9bb8d40c46a9a1c196f1346985465776d48 /ext/zlib/php_zlib.h
parent4b00c6b697dabbaa89b199befcb95d187837db6c (diff)
downloadphp-git-15cb7ca02194742fcbd5609a8f177966a1c33b5d.tar.gz
Fix some warnings
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 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);