diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTP.h')
-rw-r--r-- | WWW/Library/Implementation/HTTP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTTP.h b/WWW/Library/Implementation/HTTP.h index cd6925f2..1079557f 100644 --- a/WWW/Library/Implementation/HTTP.h +++ b/WWW/Library/Implementation/HTTP.h @@ -24,6 +24,10 @@ extern char * redirecting_url; extern BOOL permanent_redirection; extern BOOL redirect_post_content; +#ifdef _WINDOWS +extern int ws_netread(int fd, char *buf, int len); +#endif /* _WINDOWS */ + #endif /* HTTP_H */ /* |