diff options
| author | Sander Roobol <sander@php.net> | 2002-03-17 17:01:18 +0000 |
|---|---|---|
| committer | Sander Roobol <sander@php.net> | 2002-03-17 17:01:18 +0000 |
| commit | 9ca0100889ea9517e655fda66c9056e853a92182 (patch) | |
| tree | 88e0eea725e567b0a8f3c37342e4589490fef305 /ext/gd/php_gd.h | |
| parent | 65c4e9e0fdd43374aaf60d2dcd65c2acd445674f (diff) | |
| download | php-git-9ca0100889ea9517e655fda66c9056e853a92182.tar.gz | |
Fixed compile error about gdImageColorResolve (#14426, #15000).
Diffstat (limited to 'ext/gd/php_gd.h')
| -rw-r--r-- | ext/gd/php_gd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index b2ac0c2569..ae84710d8d 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -66,7 +66,7 @@ PHP_MINIT_FUNCTION(gd); PHP_MSHUTDOWN_FUNCTION(gd); #ifndef HAVE_GDIMAGECOLORRESOLVE -static int gdImageColorResolve(gdImagePtr, int, int, int); +extern int gdImageColorResolve(gdImagePtr, int, int, int); #endif PHP_FUNCTION(imagearc); PHP_FUNCTION(imagechar); |
