diff options
Diffstat (limited to 'ext/date/php_date.c')
| -rw-r--r-- | ext/date/php_date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c index b4a5a7ff1f..dd72624940 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -786,7 +786,7 @@ PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb) /* }}} */ /* {{{ php_parse_date: Backwards compability function */ -signed long php_parse_date(char *string, signed long *now) +PHPAPI signed long php_parse_date(char *string, signed long *now) { timelib_time *parsed_time; int error1, error2; |
