diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-28 13:59:35 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-28 13:59:35 +0000 |
commit | 5aa3eff94ff121bbbfefa9cb8dd9dbefc0fffa15 (patch) | |
tree | 4877448ff07030f1699265a981a729b55102cb1f /main/php.h | |
parent | d69ec49dc60f97d0e4101aa49fec2b3054cd733c (diff) | |
download | php-git-5aa3eff94ff121bbbfefa9cb8dd9dbefc0fffa15.tar.gz |
Fix link functions problem.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index ae74736efa..eee90b356e 100644 --- a/main/php.h +++ b/main/php.h @@ -275,6 +275,7 @@ extern char **environ; extern void phperror(char *error); extern PHPAPI void php3_error(int type, const char *format,...); +extern PHPAPI int php3_write(void *buf, int size); extern PHPAPI int php3_printf(const char *format,...); extern void php3_log_err(char *log_message); extern int Debug(char *format,...); |