summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-mime.h')
-rwxr-xr-xnanohttp/nanohttp-mime.h14
1 files changed, 13 insertions, 1 deletions
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