zeev            Sun Dec 18 15:38:08 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/main/streams       userspace.c 
  Log:
  Fix prototype
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/streams/userspace.c?r1=1.31&r2=1.31.2.1&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.31 
php-src/main/streams/userspace.c:1.31.2.1
--- php-src/main/streams/userspace.c:1.31       Wed Aug  3 14:08:43 2005
+++ php-src/main/streams/userspace.c    Sun Dec 18 15:38:08 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: userspace.c,v 1.31 2005/08/03 14:08:43 sniper Exp $ */
+/* $Id: userspace.c,v 1.31.2.1 2005/12/18 15:38:08 zeev Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -437,7 +437,7 @@
 }
 /* }}} */
 
-/* {{{ 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 @@
 }
 /* }}} */
 
-/* {{{ 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)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to