From: foobar Date: Tue, 7 Aug 2001 16:27:29 +0000 (+0000) Subject: oops. Copy-paste-magic. :) X-Git-Tag: BEFORE_PARAM_PARSING_CHANGE~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab1ad77e0f3a763de36ac4ee91498bd927f96fbd;p=php oops. Copy-paste-magic. :) --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 94b7cfd570..416a45b3af 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -56,7 +56,7 @@ PHPAPI extern const char php_sig_gif[3]; PHPAPI extern const char php_sig_jpg[3]; PHPAPI extern const char php_sig_png[3]; -PHPAPI const char php_sig_gd2[3] = {'g', 'd', '2'}; +PHPAPI extern const char php_sig_gd2[3] = {'g', 'd', '2'}; extern zend_module_entry gd_module_entry; #define phpext_gd_ptr &gd_module_entry