diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-14 02:50:19 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-14 02:50:19 -0400 |
commit | b232e99a8dcdb705a65957d058ae99b12d2f6616 (patch) | |
tree | 05d3038c9d7796e5e3bece88ae1ebc32735a4897 /WWW/Library/Implementation/www_tcp.h | |
parent | c834365894d03f15106f5e08f7266213d7514abc (diff) | |
download | lynx-snapshots-b232e99a8dcdb705a65957d058ae99b12d2f6616.tar.gz |
snapshot of project "lynx", label v2-8-3pre_5
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index d1be848c..48d34f9f 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -175,6 +175,7 @@ IBM-PC running Windows NT #undef NETWRITE #undef NETCLOSE #undef IOCTL +extern int ws_netread(int fd, char *buf, int len); #define NETREAD(s,b,l) ws_netread((s),(b),(l)) /* 1997/11/06 (Thu) */ #define NETWRITE(s,b,l) send((s),(b),(l),0) #define NETCLOSE(s) closesocket(s) |