summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-client.h')
-rw-r--r--nanohttp/nanohttp-client.h13
1 files changed, 11 insertions, 2 deletions
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 <nanohttp/nanohttp-stream.h>
#include <nanohttp/nanohttp-request.h>
#include <nanohttp/nanohttp-response.h>
-#include <nanohttp/nanohttp-logging.h>
#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