summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 43c0c68a9a..84cf9666f6 100644
--- a/main/main.c
+++ b/main/main.c
@@ -251,7 +251,7 @@ PHP_INI_END()
/* True global (no need for thread safety */
static int module_initialized = 0;
-void php_log_err(char *log_message)
+PHPAPI void php_log_err(char *log_message)
{
FILE *log_file;
char error_time_str[128];