From 01aaebca2e4b8b2d13aef5cdeda9b8874efe1c31 Mon Sep 17 00:00:00 2001 From: m0gg Date: Fri, 24 Nov 2006 17:28:07 +0000 Subject: Documentation enhancements --- nanohttp/nanohttp-socket.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'nanohttp/nanohttp-socket.h') diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h index a9e4ef6..d68da0a 100644 --- a/nanohttp/nanohttp-socket.h +++ b/nanohttp/nanohttp-socket.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-socket.h,v 1.31 2006/11/23 15:27:33 m0gg Exp $ + * $Id: nanohttp-socket.h,v 1.32 2006/11/24 17:28:07 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -26,9 +26,11 @@ #define HSOCKET_FREE -1 -/* - Socket definition -*/ +/** + * + * Socket definition + * + */ struct hsocket_t { #ifdef WIN32 @@ -175,7 +177,6 @@ extern herror_t hsocket_accept(struct hsocket_t *sock, struct hsocket_t *dest); */ extern herror_t hsocket_nsend(struct hsocket_t *sock, const unsigned char *bytes, int size); - /** * * Sends a string throught the socket -- cgit v1.1-32-gdbae