summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-05-14 15:25:13 +0000
committerSterling Hughes <sterling@php.net>2000-05-14 15:25:13 +0000
commit69ddfd0acbb17f70d0b90dc07f003aca10af9f62 (patch)
treeeac77962a7f746e4dbc6ddf2d02ce29f3a2245f6 /ext/gd/php_gd.h
parent1dd49bd4d63f39398ac2f4e9f0bac82b0aab182b (diff)
downloadphp-git-69ddfd0acbb17f70d0b90dc07f003aca10af9f62.tar.gz
@-Port imagegammacorrect from PHP3 to PHP4. (Sterling)
#Also two little stylistic changes in gd.c
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 2857a79dbf..cc917f321f 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -89,8 +89,9 @@ PHP_FUNCTION(imagecolortransparent);
PHP_FUNCTION(imagecopy);
PHP_FUNCTION(imagecopyresized);
PHP_FUNCTION(imagecreate);
-PHP_FUNCTION(imagecreatefromgif );
-PHP_FUNCTION(imagecreatefromjpeg );
+PHP_FUNCTION(imagecreatefromgif);
+PHP_FUNCTION(imagecreatefromjpeg);
+PHP_FUNCTION(imagegammacorrect);
PHP_FUNCTION(imagedestroy);
PHP_FUNCTION(imagefill);
PHP_FUNCTION(imagefilledpolygon);