diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2004-02-18 21:34:15 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2004-02-18 21:34:15 +0000 |
commit | d303509e058a5bb0f1198c4534fb199c0a2dd32a (patch) | |
tree | 8cd88cc094e998d0ecca0d64eed6ef5d9f8e5bab /main/php_logos.h | |
parent | 4051591cfe195ac5e90c28b148fa810b122d873b (diff) | |
download | php-git-d303509e058a5bb0f1198c4534fb199c0a2dd32a.tar.gz |
be nice to C++ extensions
Diffstat (limited to 'main/php_logos.h')
-rw-r--r-- | main/php_logos.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |