From: Hartmut Holzgraefe Date: Wed, 18 Feb 2004 21:34:15 +0000 (+0000) Subject: be nice to C++ extensions X-Git-Tag: RELEASE_0_2_0~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d303509e058a5bb0f1198c4534fb199c0a2dd32a;p=php be nice to C++ extensions --- diff --git a/main/php_logos.h b/main/php_logos.h index 4271ef4740..c99b130d0b 100644 --- a/main/php_logos.h +++ b/main/php_logos.h @@ -22,8 +22,11 @@ #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_unregister_info_logo(char *logo_string); +END_EXTERN_C() + int php_init_info_logos(void); int php_shutdown_info_logos(void); int php_info_logos(const char *logo_string TSRMLS_DC);