summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/php_logos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_logos.h b/main/php_logos.h
index 48213479a5..e8aafcefc4 100644
--- a/main/php_logos.h
+++ b/main/php_logos.h
@@ -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()