moriyoshi               Sun Nov  2 13:54:08 2003 EDT

  Modified files:              
    /php-src/ext/iconv  iconv.c 
  Log:
  Proto fix
  
  
Index: php-src/ext/iconv/iconv.c
diff -u php-src/ext/iconv/iconv.c:1.96 php-src/ext/iconv/iconv.c:1.97
--- php-src/ext/iconv/iconv.c:1.96      Wed Aug 13 14:21:06 2003
+++ php-src/ext/iconv/iconv.c   Sun Nov  2 13:54:08 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: iconv.c,v 1.96 2003/08/13 18:21:06 moriyoshi Exp $ */
+/* $Id: iconv.c,v 1.97 2003/11/02 18:54:08 moriyoshi Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1510,7 +1510,7 @@
 }
 /* }}} */
 
-/* {{{ proto string iconv_strpos(string haystack, string needle, int offset [, string 
charset])
+/* {{{ proto int iconv_strpos(string haystack, string needle, int offset [, string 
charset])
    Finds position of first occurrence of needle within part of haystack beginning 
with offset */
 PHP_FUNCTION(iconv_strpos)
 {
@@ -1552,7 +1552,7 @@
 }
 /* }}} */
 
-/* {{{ proto string iconv_strrpos(string haystack, string needle [, string charset])
+/* {{{ proto int iconv_strrpos(string haystack, string needle [, string charset])
    Finds position of last occurrence of needle within part of haystack beginning with 
offset */
 PHP_FUNCTION(iconv_strrpos)
 {

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

Reply via email to