]> granicus.if.org Git - php/commitdiff
Protos fixed.
authorEgon Schmid <eschmid@php.net>
Wed, 24 Jan 2001 09:42:17 +0000 (09:42 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 24 Jan 2001 09:42:17 +0000 (09:42 +0000)
ext/gd/gd.c

index ea763166473ea0fa35102614e944965b2a9ce0b3..45a4c5b099ec0284f8891b070f7ae3eafad02c5c 100644 (file)
@@ -2659,8 +2659,8 @@ PHP_FUNCTION(image2wbmp)
 }
 
 
-/* {{{ 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 @@ PHP_FUNCTION(jpeg2wbmp)
 }
 /* }}} */
 
-/* {{{ 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