diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-13 17:03:35 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-13 17:03:35 +0000 |
commit | 19a9052d6e46d281d7ee0a125fa0ca7431ab919a (patch) | |
tree | a8ebca4f48004e1cbf99e86adf156e90448751e6 | |
parent | ab6d4d411a824fd21d3b1bd86d6076a14c824683 (diff) | |
download | php-git-19a9052d6e46d281d7ee0a125fa0ca7431ab919a.tar.gz |
fix build
-rw-r--r-- | main/php_logos.h | 2 |
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() |