summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-11-28 08:06:30 +0000
committerfoobar <sniper@php.net>2000-11-28 08:06:30 +0000
commit5c16c9fa1a04136d3d314cbbd030a211a01af73e (patch)
treea580222c13149109ffa7ce621fb257b4cc33d416 /ext/gd/php_gd.h
parentdcd971e6bfe2d9b84f9977a3c7ee51e510e96fa6 (diff)
downloadphp-git-5c16c9fa1a04136d3d314cbbd030a211a01af73e.tar.gz
AC_CHECK_LIB prints out yes/no itself.
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 5444cfb68d..53c2117712 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -130,7 +130,6 @@ PHP_FUNCTION(imagepsextendfont);
PHP_FUNCTION(imagepsslantfont);
PHP_FUNCTION(imagepstext);
PHP_FUNCTION(imagepsbbox);
-PHPAPI int phpi_get_le_gd(void);
gdImagePtr _php_image_create_from_string ( zval **Data, char *tn, gdImagePtr (*ioctx_func_p)() );
static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)());
@@ -138,6 +137,8 @@ static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char
static void _php_image_output_wbmp(gdImagePtr im, FILE *fp);
static int _php_image_type ( char data[8] );
+PHPAPI int phpi_get_le_gd(void);
+
#ifdef ZTS
#define GDLS_D php_gd_globals *gd_globals
#define GDG(v) (gd_globals->v)