tony2001 Thu Jul 13 17:03:36 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main php_logos.h
Log:
fix build
http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.h?r1=1.9.2.1&r2=1.9.2.1.2.1&diff_format=u
Index: php-src/main/php_logos.h
diff -u php-src/main/php_logos.h:1.9.2.1 php-src/main/php_logos.h:1.9.2.1.2.1
--- php-src/main/php_logos.h:1.9.2.1 Sun Jan 1 12:50:17 2006
+++ php-src/main/php_logos.h Thu Jul 13 17:03:35 2006
@@ -16,14 +16,14 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_logos.h,v 1.9.2.1 2006/01/01 12:50:17 sniper Exp $ */
+/* $Id: php_logos.h,v 1.9.2.1.2.1 2006/07/13 17:03:35 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