diff options
author | Sascha Schumann <sas@php.net> | 2000-12-08 00:12:35 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-08 00:12:35 +0000 |
commit | 4078b3cff9b3767a50c219ca0039c1eb4499810d (patch) | |
tree | 31628399878e82b4ff80fe399fa42014372d2f93 /ext/standard/php_parsedate.h | |
parent | 8f74a368582a6e2094e89454e203ade0420f2efe (diff) | |
download | php-git-4078b3cff9b3767a50c219ca0039c1eb4499810d.tar.gz |
Namespace protect parse_date interface and implementation
Diffstat (limited to 'ext/standard/php_parsedate.h')
-rw-r--r-- | ext/standard/php_parsedate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_parsedate.h b/ext/standard/php_parsedate.h index 63d61863cc..d359dcd3c0 100644 --- a/ext/standard/php_parsedate.h +++ b/ext/standard/php_parsedate.h @@ -21,6 +21,6 @@ #include <time.h> -time_t parse_date(char *p, time_t *now); +time_t php_parse_date(char *p, time_t *now); #endif |