tony2001 Thu Jul 13 17:02:43 2006 UTC
Modified files:
/php-src/main php_logos.h
Log:
fix build
http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.h?r1=1.10&r2=1.11&diff_format=u
Index: php-src/main/php_logos.h
diff -u php-src/main/php_logos.h:1.10 php-src/main/php_logos.h:1.11
--- php-src/main/php_logos.h:1.10 Sun Jan 1 13:09:57 2006
+++ php-src/main/php_logos.h Thu Jul 13 17:02:43 2006
@@ -16,14 +16,14 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_logos.h,v 1.10 2006/01/01 13:09:57 sniper Exp $ */
+/* $Id: php_logos.h,v 1.11 2006/07/13 17:02:43 tony2001 Exp $ */
#ifndef _PHP_LOGOS_H
#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()
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php