]> granicus.if.org Git - php/commitdiff
Fix prototype
authorZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 15:38:08 +0000 (15:38 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 15:38:08 +0000 (15:38 +0000)
main/streams/userspace.c

index 9493027220bf0e2056c81fb835847e4b59e6ef72..26ffb19d1d3e5d97e40d573f918d4edb0230459d 100644 (file)
@@ -437,7 +437,7 @@ PHP_FUNCTION(stream_wrapper_register)
 }
 /* }}} */
 
-/* {{{ bool stream_wrapper_unregister(string protocol)
+/* {{{ proto bool stream_wrapper_unregister(string protocol)
        Unregister a wrapper for the life of the current request. */
 PHP_FUNCTION(stream_wrapper_unregister)
 {
@@ -458,7 +458,7 @@ PHP_FUNCTION(stream_wrapper_unregister)
 }
 /* }}} */
 
-/* {{{ bool stream_wrapper_restore(string protocol)
+/* {{{ proto bool stream_wrapper_restore(string protocol)
        Restore the original protocol handler, overriding if necessary */
 PHP_FUNCTION(stream_wrapper_restore)
 {