summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/datetime.h')
-rw-r--r--ext/standard/datetime.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/datetime.h b/ext/standard/datetime.h
index 755d40611d..5a4b7c3d75 100644
--- a/ext/standard/datetime.h
+++ b/ext/standard/datetime.h
@@ -40,11 +40,11 @@ PHP_FUNCTION(gmstrftime);
#endif
PHP_FUNCTION(strtotime);
-int php_idate(char format, int timestamp, int gm);
-extern char *php_std_date(time_t t TSRMLS_DC);
-void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm);
+PHPAPI int php_idate(char format, int timestamp, int gm);
+PHPAPI char *php_std_date(time_t t TSRMLS_DC);
+PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gm);
#if HAVE_STRFTIME
-void _php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
+PHPAPI void _php_strftime(INTERNAL_FUNCTION_PARAMETERS, int gm);
#endif
#endif /* DATETIME_H */