diff options
author | Stanislav Malyshev <stas@php.net> | 2000-09-26 09:08:02 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2000-09-26 09:08:02 +0000 |
commit | 9ff7f19e32058cc6dc405c231d99120d060db301 (patch) | |
tree | cdc55a80b855dde5603dea26e91b115563862ca4 /ext/gd/php_gd.h | |
parent | 12aca26b5b83c73c642748c704ed7ac1e757b8ce (diff) | |
download | php-git-9ff7f19e32058cc6dc405c231d99120d060db301.tar.gz |
Add URL support for 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 12a9da88ce..d6e0b904b1 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -128,7 +128,7 @@ PHP_FUNCTION(imagepstext); PHP_FUNCTION(imagepsbbox); PHPAPI int phpi_get_le_gd(void); -static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)()); +static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()); static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()); static void _php_image_output_wbmp(gdImagePtr im, FILE *fp); |