summaryrefslogtreecommitdiffhomepage
path: root/NetEx/NetSock.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetEx/NetSock.h')
-rw-r--r--NetEx/NetSock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/NetEx/NetSock.h b/NetEx/NetSock.h
index 0df1cc6..b483220 100644
--- a/NetEx/NetSock.h
+++ b/NetEx/NetSock.h
@@ -41,7 +41,6 @@ public:
int connect(const NetAddr& addr);
int listen(int max_connections=5);
NetSock* accept(NetAddr* addr=0);
- int available();
int send(Text msg);
Text recv();
int sendto(Text msg, const NetAddr& dest);