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/php.h | |
parent | c8e177c7a3431f4897b60185c1c9f5ed51361ca9 (diff) | |
download | php-git-0a121f855ca679e188fe6c8146e5455b63eaf20c.tar.gz |
make pgsql build under win32 again
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |