diff options
| author | Derick Rethans <derick@php.net> | 2005-07-04 13:21:39 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2005-07-04 13:21:39 +0000 |
| commit | 531c8b9f8c1d961c87b40daa6316b67b962a5aff (patch) | |
| tree | 286896d4b23aefa3a38bca945c49d0985e34a593 /ext/date/php_date.h | |
| parent | 73dd4043b376e87f5b58bdb02300468ae64eda70 (diff) | |
| download | php-git-531c8b9f8c1d961c87b40daa6316b67b962a5aff.tar.gz | |
- PHPAPI + static don't mix, obviously.
Diffstat (limited to 'ext/date/php_date.h')
| -rw-r--r-- | ext/date/php_date.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index d7691cf6b6..4ea7ed554c 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -64,7 +64,7 @@ ZEND_END_MODULE_GLOBALS(date) /* Backwards compability wrapper */ signed long php_parse_date(char *string, signed long *now); -PHPAPI static void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); +PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt); #if HAVE_STRFTIME #define _php_strftime php_strftime PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm); |
