From 0a121f855ca679e188fe6c8146e5455b63eaf20c Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Mon, 30 Apr 2001 14:23:41 +0000 Subject: make pgsql build under win32 again --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index a87e61490c..f887726746 100644 --- a/main/php.h +++ b/main/php.h @@ -241,7 +241,7 @@ extern char **environ; void phperror(char *error); PHPAPI int php_write(void *buf, uint size); PHPAPI int php_printf(const char *format, ...); -void php_log_err(char *log_message); +PHPAPI void php_log_err(char *log_message); int Debug(char *format, ...); int cfgparse(void); -- cgit v1.2.1