diff options
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.h')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTTCP.h b/WWW/Library/Implementation/HTTCP.h index 91835980..363ab15d 100644 --- a/WWW/Library/Implementation/HTTCP.h +++ b/WWW/Library/Implementation/HTTCP.h @@ -103,8 +103,8 @@ extern int HTDoConnect PARAMS(( int * s)); extern int HTDoRead PARAMS(( - int fildes, + int fildes, void * buf, - unsigned nbyte)); + unsigned nbyte)); #endif /* HTTCP_H */ |