From: Zeev Suraski Date: Sun, 18 Dec 2005 15:38:08 +0000 (+0000) Subject: Fix prototype X-Git-Tag: php-5.1.2RC1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59dc41f761c1a3ebd8944bb774a195b8e1d509cb;p=php Fix prototype --- diff --git a/main/streams/userspace.c b/main/streams/userspace.c index 9493027220..26ffb19d1d 100644 --- a/main/streams/userspace.c +++ b/main/streams/userspace.c @@ -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) {