aboutsummaryrefslogtreecommitdiff
path: root/src/SocketUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketUtils.h')
-rw-r--r--src/SocketUtils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SocketUtils.h b/src/SocketUtils.h
index 61ba6a0..37931c0 100644
--- a/src/SocketUtils.h
+++ b/src/SocketUtils.h
@@ -88,11 +88,16 @@ int Socket_TCPBlockingWrite(int fd, char *buffer, int buflen);
** to stderr, define PERRORS.
**=================================================================*/
int Socket_TCPBlockingRead(int fd,char *buffer,int buflen);
+
+
+int Socket_SetNonBlocking(int sock);
+
#else
int Socket_TCPOpenClientSock();
int Socket_TCPOpenServerSock();
int Socket_TCPBlockingWrite();
int Socket_TCPBlockingRead();
+int Socket_SetNonBlocking();
#endif
#define PERRORS