diff options
author | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
commit | 39691bed9e9ce9480b2ee80edd275dca67ec840f (patch) | |
tree | 1157b0b5da25c06762da69493874e66e308e4c9c /ext/standard/info.h | |
parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz |
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/info.h')
-rw-r--r-- | ext/standard/info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/info.h b/ext/standard/info.h index 3384f0155a..957015ba37 100644 --- a/ext/standard/info.h +++ b/ext/standard/info.h @@ -36,8 +36,8 @@ #define PHP_CONTENTS_COLOR "#DDDDDD" #define PHP_HEADER_COLOR "#00DDDD" -void php3_version(INTERNAL_FUNCTION_PARAMETERS); -void php3_info(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(version); +PHP_FUNCTION(info); PHPAPI void _php3_info(void); PHPAPI void php_info_print_table_header(int num_cols, ...); |