summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2002-12-11 20:45:47 +0000
committerPierre Joye <pajoye@php.net>2002-12-11 20:45:47 +0000
commit221413e5ef5c2c9fc4d8b634e587b81190c21dc8 (patch)
tree61e0f170cb93997d1249a77c2d2146e8e43d14a2 /ext/gd/php_gd.h
parent4d522e36864acddee5b7cdcb0beae3c2dbf75718 (diff)
downloadphp-git-221413e5ef5c2c9fc4d8b634e587b81190c21dc8.tar.gz
Remove double definition of imagesettile
Add imageantiallias
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 90a229f450..10e92336d7 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -99,10 +99,10 @@ PHP_FUNCTION(imagecopyresampled);
#ifdef HAVE_GD_BUNDLED
PHP_FUNCTION(imagerotate);
+PHP_FUNCTION(imageantialias);
#endif
PHP_FUNCTION(imagesetthickness);
-PHP_FUNCTION(imagesettile);
PHP_FUNCTION(imagecopymergegray);
PHP_FUNCTION(imagesetbrush);
PHP_FUNCTION(imagesettile);