From 9a0670ad01e00ab01cfb4f308f1b124941968fa2 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 28 Nov 2006 23:45:57 +0000 Subject: XML signature improvements --- nanohttp/nanohttp-mime.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-mime.h') diff --git a/nanohttp/nanohttp-mime.h b/nanohttp/nanohttp-mime.h index d6ce17d..894f6ce 100755 --- a/nanohttp/nanohttp-mime.h +++ b/nanohttp/nanohttp-mime.h @@ -3,7 +3,7 @@ * | \/ | | | | \/ | | _/ * |_''_| |_| |_''_| |_'/ PARSER * -* $Id: nanohttp-mime.h,v 1.11 2006/11/25 15:06:58 m0gg Exp $ +* $Id: nanohttp-mime.h,v 1.12 2006/11/28 23:45:57 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -29,6 +29,18 @@ #ifndef __nanohttp_mime_h #define __nanohttp_mime_h +/** @file + * + * @author Ferhat Ayaz + * @version $Revision: 1.12 $ + * + * @see http://www.ietf.org/rfc/rfc2045.txt, + * http://www.ietf.org/rfc/rfc2046.txt, + * http://www.ietf.org/rfc/rfc4288.txt, + * http://www.ietf.org/rfc/rfc4289.txt, + * + */ + #ifdef __cplusplus extern "C" { #endif -- cgit v1.1-32-gdbae