From ab1ad77e0f3a763de36ac4ee91498bd927f96fbd Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 7 Aug 2001 16:27:29 +0000 Subject: [PATCH] oops. Copy-paste-magic. :) --- ext/gd/php_gd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1