bjori           Wed Mar 25 19:55:50 2009 UTC

  Modified files:              
    /php-src/main/streams       userspace.c 
  Log:
  Add missing proto
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.53&r2=1.54&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.53 
php-src/main/streams/userspace.c:1.54
--- php-src/main/streams/userspace.c:1.53       Tue Mar 10 23:40:01 2009
+++ php-src/main/streams/userspace.c    Wed Mar 25 19:55:50 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: userspace.c,v 1.53 2009/03/10 23:40:01 helly Exp $ */
+/* $Id: userspace.c,v 1.54 2009/03/25 19:55:50 bjori Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -250,6 +250,11 @@
        {
                reset to start of dir list;
        }
+
+       function stream_lock($operation)
+       {
+               return true / false;
+       }
   
        }}} **/
 



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

Reply via email to