summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-04-30 14:23:41 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-04-30 14:23:41 +0000
commit0a121f855ca679e188fe6c8146e5455b63eaf20c (patch)
tree425fbbfdfd835e41d33730bdedf88dd06b1cf5dc /main/main.c
parentc8e177c7a3431f4897b60185c1c9f5ed51361ca9 (diff)
downloadphp-git-0a121f855ca679e188fe6c8146e5455b63eaf20c.tar.gz
make pgsql build under win32 again
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];