]> granicus.if.org Git - php/commitdiff
fix build.
authorfoobar <sniper@php.net>
Wed, 1 Aug 2001 00:13:02 +0000 (00:13 +0000)
committerfoobar <sniper@php.net>
Wed, 1 Aug 2001 00:13:02 +0000 (00:13 +0000)
ext/standard/php_fopen_wrapper.c

index 068191ee4c742fb8205959b998d817dcd6e3c476..82f70ac244f3ae822064cb0da68718f459250f8d 100644 (file)
@@ -33,7 +33,7 @@
 
 /* {{{ php_fopen_url_wrap_php
  */
-FILE *php_fopen_url_wrap_php(char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC)
+FILE *php_fopen_url_wrap_php(const char *path, char *mode, int options, int *issock, int *socketd, char **opened_path TSRMLS_DC)
 {
        const char *res = path + 6;