From a16935fd422272436f1cddd466d6c1c0175625f4 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 12 Aug 2006 19:33:54 +0000 Subject: const/static keywording --- main/php_logos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_logos.h') diff --git a/main/php_logos.h b/main/php_logos.h index e8aafcefc4..f08f28e088 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, const unsigned char *data, int size); +PHPAPI int php_register_info_logo(char *logo_string, const char *mimetype, const unsigned char *data, int size); PHPAPI int php_unregister_info_logo(char *logo_string); END_EXTERN_C() -- cgit v1.2.1