diff options
| author | James Moore <jmoore@php.net> | 2001-05-16 23:11:33 +0000 |
|---|---|---|
| committer | James Moore <jmoore@php.net> | 2001-05-16 23:11:33 +0000 |
| commit | da2250533364db42440ff1552cb635108bb6703a (patch) | |
| tree | 84672b89d734a14bbc0e9109285c8ec1228e6a18 /ext/gd/php_gd.h | |
| parent | 0492f086e777dee65216cff8af4cc590760ade15 (diff) | |
| download | php-git-da2250533364db42440ff1552cb635108bb6703a.tar.gz | |
- Sync prototype and definition of phpi_get_le_gd
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 02ecfc07d9..da0314b057 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -162,7 +162,7 @@ PHP_FUNCTION(jpeg2wbmp); PHP_FUNCTION(png2wbmp); PHP_FUNCTION(image2wbmp); -PHPAPI int phpi_get_le_gd(void); +PHP_GD_API int phpi_get_le_gd(void); /* This is missing from gd.h */ #if HAVE_COLORCLOSESTHWB |
