aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2009-05-27 09:31:38 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2009-05-27 09:31:38 +0000
commitbce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch)
tree3927343c777fcb7764a0f2f89754a0ceab141c21 /src/mime.h
parentd1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff)
downloadluasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz
luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2
luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip
Decent makefiles!
Diffstat (limited to 'src/mime.h')
-rw-r--r--src/mime.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mime.h b/src/mime.h
index 0fe8000..37f370f 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -7,16 +7,14 @@
7* This module provides functions to implement transfer content encodings 7* This module provides functions to implement transfer content encodings
8* and formatting conforming to RFC 2045. It is used by mime.lua, which 8* and formatting conforming to RFC 2045. It is used by mime.lua, which
9* provide a higher level interface to this functionality. 9* provide a higher level interface to this functionality.
10*
11* RCS ID: $Id$
12\*=========================================================================*/ 10\*=========================================================================*/
13#include "lua.h" 11#include "lua.h"
14 12
15/*-------------------------------------------------------------------------*\ 13/*-------------------------------------------------------------------------*\
16* Current MIME library version 14* Current MIME library version
17\*-------------------------------------------------------------------------*/ 15\*-------------------------------------------------------------------------*/
18#define MIME_VERSION "MIME 1.0.2" 16#define MIME_VERSION "MIME 1.0.3"
19#define MIME_COPYRIGHT "Copyright (C) 2004-2007 Diego Nehab" 17#define MIME_COPYRIGHT "Copyright (C) 2004-2009 Diego Nehab"
20#define MIME_AUTHORS "Diego Nehab" 18#define MIME_AUTHORS "Diego Nehab"
21 19
22/*-------------------------------------------------------------------------*\ 20/*-------------------------------------------------------------------------*\