]> granicus.if.org Git - php/commitdiff
proto fixes
authorHartmut Holzgraefe <hholzgra@php.net>
Thu, 6 Dec 2001 18:37:05 +0000 (18:37 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Thu, 6 Dec 2001 18:37:05 +0000 (18:37 +0000)
ext/gd/gd.c

index 4f39bd7f9cc02314df64f6d35863f48baefd66dd..07053f13425fb8ef9c485df7b080a2574dc7daf1 100644 (file)
@@ -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