From f4c29af542bbded2fe36d9bdc80808c3a7f5d92b Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 10 Dec 2006 19:21:05 +0000 Subject: nhttp client fix and documentation update --- nanohttp/nanohttp-common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-common.h') diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h index 2cf6b90..052f814 100644 --- a/nanohttp/nanohttp-common.h +++ b/nanohttp/nanohttp-common.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-common.h,v 1.42 2006/12/10 13:20:38 m0gg Exp $ + * $Id: nanohttp-common.h,v 1.43 2006/12/10 19:21:06 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -1371,6 +1371,7 @@ extern void hpairnode_dump(const hpair_t *pair); * content_type_free(); * * @see content_type_free + * */ extern content_type_t *content_type_new(const char *content_type_str); -- cgit v1.1-32-gdbae