diff options
| author | Daniel Beulshausen <dbeu@php.net> | 2001-04-30 14:23:41 +0000 |
|---|---|---|
| committer | Daniel Beulshausen <dbeu@php.net> | 2001-04-30 14:23:41 +0000 |
| commit | 0a121f855ca679e188fe6c8146e5455b63eaf20c (patch) | |
| tree | 425fbbfdfd835e41d33730bdedf88dd06b1cf5dc /main | |
| parent | c8e177c7a3431f4897b60185c1c9f5ed51361ca9 (diff) | |
| download | php-git-0a121f855ca679e188fe6c8146e5455b63eaf20c.tar.gz | |
make pgsql build under win32 again
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.c | 2 | ||||
| -rw-r--r-- | main/php.h | 2 |
2 files changed, 2 insertions, 2 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]; 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); |
