diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-18 04:01:20 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-18 04:01:20 +0000 |
commit | 3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1 (patch) | |
tree | 20bbcd96e0f6c1483c87a00273bcdc1ec94a097a /ext/standard/datetime.h | |
parent | 8a581c3536e1c4fab7ecfa4e1c044d3e5ebc5ab2 (diff) | |
download | php-git-3ee4e65c95fa8eb5366569a22ffd6e09ce9741f1.tar.gz |
More php3_ annihilation
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r-- | ext/standard/datetime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h index bf518fcd7f..eaff52648b 100644 --- a/ext/standard/datetime.h +++ b/ext/standard/datetime.h @@ -46,7 +46,7 @@ PHP_FUNCTION(strftime); #endif PHP_FUNCTION(strtotime); -extern char *php3_std_date(time_t t); -void _php3_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm); +extern char *php_std_date(time_t t); +void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm); #endif /* _DATETIME_H */ |