From: Egon Schmid Date: Wed, 24 Jan 2001 09:42:17 +0000 (+0000) Subject: Protos fixed. X-Git-Tag: php-4.0.5RC1~476 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ad27928ac4d23476ca590ba6017ee02ffd21e35;p=php Protos fixed. --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index ea76316647..45a4c5b099 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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