make pgsql build under win32 again

This commit is contained in:
Daniel Beulshausen 2001-04-30 14:23:41 +00:00
parent c8e177c7a3
commit 0a121f855c
3 changed files with 3 additions and 2 deletions

View file

@ -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);