From 59dc41f761c1a3ebd8944bb774a195b8e1d509cb Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 18 Dec 2005 15:38:08 +0000 Subject: [PATCH] Fix prototype --- main/streams/userspace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.50.1