This commit is contained in:
Nuno Lopes 2007-01-06 20:44:51 +00:00
parent 3eaf46af3e
commit a431a09f47

View File

@ -31,7 +31,7 @@ typedef struct _php_info_logo {
int size;
} php_info_logo;
HashTable phpinfo_logo_hash;
static HashTable phpinfo_logo_hash;
PHPAPI int php_register_info_logo(char *logo_string, const char *mimetype, const unsigned char *data, int size)
{