summaryrefslogtreecommitdiff
path: root/ext/standard/info.h
diff options
context:
space:
mode:
authorColin Viebrock <cmv@php.net>2003-04-02 16:51:40 +0000
committerColin Viebrock <cmv@php.net>2003-04-02 16:51:40 +0000
commit4888473efa59035a0847b00c63759937c98eb5ef (patch)
tree4af7514287fdab4d49e064a1cd52b639a2a95d74 /ext/standard/info.h
parenta77cb3c35d9ecbe5dffc8b02ccaf077cb5c809a9 (diff)
downloadphp-git-4888473efa59035a0847b00c63759937c98eb5ef.tar.gz
fixes for logo guid functions
Diffstat (limited to 'ext/standard/info.h')
-rw-r--r--ext/standard/info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h
index b68615541b..7f1dfeac32 100644
--- a/ext/standard/info.h
+++ b/ext/standard/info.h
@@ -59,6 +59,7 @@ PHP_FUNCTION(phpversion);
PHP_FUNCTION(phpinfo);
PHP_FUNCTION(phpcredits);
PHP_FUNCTION(php_logo_guid);
+PHP_FUNCTION(php_real_logo_guid);
PHP_FUNCTION(zend_logo_guid);
PHP_FUNCTION(php_egg_logo_guid);
PHP_FUNCTION(php_sapi_name);
@@ -77,6 +78,7 @@ PHPAPI void php_info_print_table_end(void);
PHPAPI void php_info_print_box_start(int bg);
PHPAPI void php_info_print_box_end(void);
PHPAPI void php_info_print_hr(void);
+PHPAPI char *php_logo_guid(void);
void register_phpinfo_constants(INIT_FUNC_ARGS);