eschmid         Wed Jan 24 01:42:17 2001 EDT

  Modified files:              
    /php4/ext/gd        gd.c 
  Log:
  Protos fixed.
  
Index: php4/ext/gd/gd.c
diff -u php4/ext/gd/gd.c:1.107 php4/ext/gd/gd.c:1.108
--- php4/ext/gd/gd.c:1.107      Wed Jan 24 01:24:26 2001
+++ php4/ext/gd/gd.c    Wed Jan 24 01:42:17 2001
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.107 2001/01/24 09:24:26 derick Exp $ */
+/* $Id: gd.c,v 1.108 2001/01/24 09:42:17 eschmid Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, 
    Cold Spring Harbor Labs. */
@@ -2659,8 +2659,8 @@
 }
 
 
-/* {{{ proto void jpeg2wbmp (string f_org, string f_dest, d_height, d_width)
-   Convert Jpeg Image to Wbmp image */
+/* {{{ proto void jpeg2wbmp (string f_org, string f_dest, int d_height, int d_width)
+   Convert Jpeg image to Wbmp image */
 PHP_FUNCTION(jpeg2wbmp)
 {
 #ifdef HAVE_GD_JPG
@@ -2672,8 +2672,8 @@
 }
 /* }}} */
 
-/* {{{ proto void png2wbmp (string f_org, string f_dest, d_height, d_width)
-   Convert Png Image to Wbmp image */
+/* {{{ proto void png2wbmp (string f_org, string f_dest, int d_height, int d_width)
+   Convert Png image to Wbmp image */
 PHP_FUNCTION(png2wbmp)
 {
 #ifdef HAVE_GD_PNG



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to