diff options
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 |