summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2002-12-06 02:16:06 +0000
committerPierre Joye <pajoye@php.net>2002-12-06 02:16:06 +0000
commitdda7acaad558d5faa76dfcd7b3a97048c091c8b8 (patch)
tree085c41a1c7f93e8801c510113e7761c046ebec0e /ext/gd/php_gd.h
parent1ef49991ffd63b57aa6decea02f10172135d1d19 (diff)
downloadphp-git-dda7acaad558d5faa76dfcd7b3a97048c091c8b8.tar.gz
Add imageistruecolor
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 0ac89c2a38..90a229f450 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -64,6 +64,7 @@ PHP_FUNCTION(gd_info);
PHP_FUNCTION(imagearc);
PHP_FUNCTION(imagechar);
PHP_FUNCTION(imagecharup);
+PHP_FUNCTION(imageistruecolor);
PHP_FUNCTION(imagecolorallocate);
PHP_FUNCTION(imagepalettecopy);
PHP_FUNCTION(imagecolorat);