From 088da5ce241680069c8881de30f29bed5639a065 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 2 Dec 2006 21:50:47 +0000 Subject: Added XML preamble --- nanohttp/nanohttp-client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-client.h') diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h index 6e5d4c9..69807f7 100644 --- a/nanohttp/nanohttp-client.h +++ b/nanohttp/nanohttp-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-client.h,v 1.28 2006/11/30 14:24:00 m0gg Exp $ + * $Id: nanohttp-client.h,v 1.29 2006/12/02 21:50:47 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -76,7 +76,8 @@ extern void httpc_destroy(void); /** * - * Creates a new connection. + * Creates a new http client connection object. You need to create at least one + * http client connection to communicate via HTTP. * * @return A pointer to a httpc_conn_t structure on success, NULL on error. * -- cgit v1.1-32-gdbae