summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-socket.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-03-07 16:20:37 +0000
committerGravatar m0gg2006-03-07 16:20:37 +0000
commit0f477f227836a1a79597f4a64c50030f742785db (patch)
tree17e2506c2ca85944584e5e14776798211b98fda2 /nanohttp/nanohttp-socket.h
parent792fde0d169230910f1f62cb25071aee1d1b4342 (diff)
downloadcsoap-0f477f227836a1a79597f4a64c50030f742785db.tar.gz
csoap-0f477f227836a1a79597f4a64c50030f742785db.tar.bz2
Removed C++ style comments
Diffstat (limited to 'nanohttp/nanohttp-socket.h')
-rw-r--r--nanohttp/nanohttp-socket.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h
index bbe5692..a5ef903 100644
--- a/nanohttp/nanohttp-socket.h
+++ b/nanohttp/nanohttp-socket.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-socket.h,v 1.25 2006/03/06 13:37:38 m0gg Exp $
+ * $Id: nanohttp-socket.h,v 1.26 2006/03/07 16:20:37 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -211,17 +211,6 @@ herror_t hsocket_send(hsocket_t *sock, const char *str);
herror_t hsocket_read(hsocket_t *sock, byte_t * buffer, int size, int force,
int *readed);
-/**
- Sets the goven socket to non-blocking socket mode.
-
- @param sock the socket to set into the non-blocking mode
-
- @returns H_OK if success. One of the followings if fails:<P>
- <BR>HSOCKET_ERROR_NOT_INITIALIZED
- <BR>HSOCKET_ERROR_IOCTL
-*/
-// herror_t hsocket_block(hsocket_t *sock, int block);
-
#ifdef __cplusplus
}
#endif