From 8a6946b18003fae6400a137389f0cb13d0ac4bd6 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 3 Nov 2007 22:40:09 +0000 Subject: Split nanoHTTP and cSOAP logging --- nanohttp/nanohttp-client.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-client.h') diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h index 41c812a..a181354 100644 --- a/nanohttp/nanohttp-client.h +++ b/nanohttp/nanohttp-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-client.h,v 1.39 2007/01/03 08:33:44 m0gg Exp $ + * $Id: nanohttp-client.h,v 1.40 2007/11/03 22:40:10 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -31,7 +31,6 @@ #include #include #include -#include #endif /** @page nanohttp_client_page Howto write an HTTP client @@ -196,6 +195,14 @@ * */ +/** @file nanohttp-client.h nanoHTTP client interface + * + * @defgroup NANOHTTP_CLIENT Client + * @ingroup NANOHTTP + * + */ +/**@{*/ + typedef struct httpc_conn { struct hsocket_t *sock; @@ -437,4 +444,6 @@ extern herror_t httpc_mime_send_file(httpc_conn_t * conn, } #endif +/**@}*/ + #endif -- cgit v1.1-32-gdbae