summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/php_logos.h3
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);