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/microtime.c | |
| parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
| download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz | |
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/microtime.c')
| -rw-r--r-- | ext/standard/microtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c index 3e1094acda..bc2bc7b3b1 100644 --- a/ext/standard/microtime.c +++ b/ext/standard/microtime.c @@ -57,7 +57,7 @@ #ifdef __cplusplus void php3_microtime(HashTable *) #else -void php3_microtime(INTERNAL_FUNCTION_PARAMETERS) +PHP_FUNCTION(microtime) #endif { #if HAVE_GETTIMEOFDAY |
