From: Hartmut Holzgraefe Date: Thu, 6 Dec 2001 18:37:05 +0000 (+0000) Subject: proto fixes X-Git-Tag: ChangeLog~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=552ee2a247fabfd5a61c9898681c422d6a226411;p=php proto fixes --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 4f39bd7f9c..07053f1342 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -562,7 +562,7 @@ PHP_FUNCTION(imagecreatetruecolor) } /* }}} */ -/* {{{ void imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted) +/* {{{ proto void imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted) Convert a true colour image to a palette based image with a number of colours, optionally using dithering. */ PHP_FUNCTION(imagetruecolortopalette) { @@ -2883,10 +2883,9 @@ PHP_FUNCTION(imagepsloadfont) } /* }}} */ -/* {{{ The function in t1lib which this function uses seem to be buggy... -proto int imagepscopyfont(int font_index) -Make a copy of a font for purposes like extending or reenconding */ -/* +/* {{{ proto int imagepscopyfont(int font_index) + Make a copy of a font for purposes like extending or reenconding */ +/* The function in t1lib which this function uses seem to be buggy... PHP_FUNCTION(imagepscopyfont) { #if HAVE_LIBT1