summaryrefslogtreecommitdiff
path: root/main/php_logos.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-11-02 14:18:34 +0000
committerZeev Suraski <zeev@php.net>2000-11-02 14:18:34 +0000
commite8e3be00d58e8fb9e164e5dc46b75a3685ca3a3a (patch)
tree687b0c5cf580d39881e840b529a4238655b5035e /main/php_logos.h
parent18d1ecaa5e9dd689b792e79763257435f9a8c6b3 (diff)
downloadphp-git-e8e3be00d58e8fb9e164e5dc46b75a3685ca3a3a.tar.gz
Fix a few warnings
Diffstat (limited to 'main/php_logos.h')
-rw-r--r--main/php_logos.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/php_logos.h b/main/php_logos.h
new file mode 100644
index 0000000000..d079adf5df
--- /dev/null
+++ b/main/php_logos.h
@@ -0,0 +1,10 @@
+#ifndef _PHP_LOGOS_H
+#define _PHP_LOGOS_H
+
+PHPAPI int php_register_info_logo(char *logo_string, char *mimetype, unsigned char *data, int size);
+PHPAPI int php_unregister_info_logos(char *logo_string);
+int php_init_info_logos(void);
+int php_shutdown_info_logos(void);
+int php_info_logos(char *logo_string);
+
+#endif /* _PHP_LOGOS_H */