From 0f477f227836a1a79597f4a64c50030f742785db Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 7 Mar 2006 16:20:37 +0000 Subject: Removed C++ style comments --- nanohttp/nanohttp-socket.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'nanohttp/nanohttp-socket.h') 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:

-
HSOCKET_ERROR_NOT_INITIALIZED -
HSOCKET_ERROR_IOCTL -*/ -// herror_t hsocket_block(hsocket_t *sock, int block); - #ifdef __cplusplus } #endif -- cgit v1.1-32-gdbae