helly           Wed Oct 23 19:08:20 2002 EDT

  Modified files:              
    /php4/ext/mbstring  mbstring.h 
  Log:
  fix warning: used in rfc1867.c
  
  
Index: php4/ext/mbstring/mbstring.h
diff -u php4/ext/mbstring/mbstring.h:1.37 php4/ext/mbstring/mbstring.h:1.38
--- php4/ext/mbstring/mbstring.h:1.37   Wed Oct 23 15:51:49 2002
+++ php4/ext/mbstring/mbstring.h        Wed Oct 23 19:08:20 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.h,v 1.37 2002/10/23 19:51:49 moriyoshi Exp $ */
+/* $Id: mbstring.h,v 1.38 2002/10/23 23:08:20 helly Exp $ */
 
 /*
  * PHP4 Multibyte String module "mbstring" (currently only for Japanese)
@@ -184,6 +184,8 @@
 #endif /* HAVE_MBSTRING */
 
 #define phpext_mbstring_ptr mbstring_module_ptr
+
+PHPAPI int php_mb_is_mb_leadbyte(const char *s TSRMLS_DC);
 
 #endif         /* _MBSTRING_H */
 



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

Reply via email to