1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

fix build

This commit is contained in:
Antony Dovgal
2006-07-13 17:03:35 +00:00
parent ab6d4d411a
commit 19a9052d6e

View File

@@ -23,7 +23,7 @@
#define _PHP_LOGOS_H
BEGIN_EXTERN_C()
PHPAPI int php_register_info_logo(char *logo_string, char *mimetype, unsigned char *data, int size);
PHPAPI int php_register_info_logo(char *logo_string, char *mimetype, const unsigned char *data, int size);
PHPAPI int php_unregister_info_logo(char *logo_string);
END_EXTERN_C()