]> granicus.if.org Git - php/commitdiff
- MFH options/exports
authorMarcus Boerger <helly@php.net>
Wed, 7 Feb 2007 20:59:59 +0000 (20:59 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 7 Feb 2007 20:59:59 +0000 (20:59 +0000)
main/streams/memory.c

index 9e906b355d2e6a67e45c68cb3b757304b378eff0..b5e434c4c7dc03d1c0d7ea206820a6fb794a6368 100644 (file)
@@ -282,7 +282,7 @@ PHPAPI php_stream_ops       php_stream_memory_ops = {
        php_stream_memory_seek,
        php_stream_memory_cast,
        php_stream_memory_stat,
-       NULL /* php_stream_memory_set_option */
+       php_stream_memory_set_option
 };
 
 
@@ -729,7 +729,7 @@ static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, cha
        return stream;
 }
 
-static php_stream_wrapper_ops php_stream_rfc2397_wops = {
+PHPAPI php_stream_wrapper_ops php_stream_rfc2397_wops = {
        php_stream_url_wrap_rfc2397,
        NULL, /* close */
        NULL, /* fstat */
@@ -742,7 +742,7 @@ static php_stream_wrapper_ops php_stream_rfc2397_wops = {
        NULL  /* rmdir */
 };
 
-php_stream_wrapper php_stream_rfc2397_wrapper =        {
+PHPAPI php_stream_wrapper php_stream_rfc2397_wrapper = {
        &php_stream_rfc2397_wops,
        NULL,
        1, /* is_url */