diff options
-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 0e171768a9..63d61863cc 100644 --- a/ext/standard/php_parsedate.h +++ b/ext/standard/php_parsedate.h @@ -21,6 +21,6 @@ #include <time.h> -time_t parse_date(const char *p, const time_t *now); +time_t parse_date(char *p, time_t *now); #endif |