diff options
| author | Pierre Joye <pajoye@php.net> | 2002-12-06 02:16:06 +0000 | 
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2002-12-06 02:16:06 +0000 | 
| commit | dda7acaad558d5faa76dfcd7b3a97048c091c8b8 (patch) | |
| tree | 085c41a1c7f93e8801c510113e7761c046ebec0e /ext/gd/php_gd.h | |
| parent | 1ef49991ffd63b57aa6decea02f10172135d1d19 (diff) | |
| download | php-git-dda7acaad558d5faa76dfcd7b3a97048c091c8b8.tar.gz | |
Add imageistruecolor
Diffstat (limited to 'ext/gd/php_gd.h')
| -rw-r--r-- | ext/gd/php_gd.h | 1 | 
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); | 
