1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

fix build

This commit is contained in:
Antony Dovgal
2006-07-13 17:02:43 +00:00
parent 2d0539e2ba
commit f7f468863a
+1 -1
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()