On Wed, 17 Aug 2005, Rolland Santimano wrote:
+/* {{{ proto php_u_ucwords()
+ Uppercase the first character of every word in an Unicode string */
+static void php_u_ucwords(zval *ustr, zval *retval)
Don't make protos for internal functions.
(just remove the word 'proto' from these)
--Jani
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
