diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
commit | a32c6d91402329adb769c4fe8bbb24f0d4e99051 (patch) | |
tree | 8b3f574b479e84bd9fe086db49cbab551eac75c8 /src/mime.h | |
parent | 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (diff) | |
download | luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.gz luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.bz2 luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.zip |
Almost ready to release.
Diffstat (limited to 'src/mime.h')
-rw-r--r-- | src/mime.h | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | #ifndef MIME_H | 1 | #ifndef MIME_H |
2 | #define MIME_H | 2 | #define MIME_H |
3 | /*=========================================================================*\ | 3 | /*=========================================================================*\ |
4 | * MIME support functions | 4 | * Core MIME support |
5 | * LuaSocket toolkit | 5 | * LuaSocket toolkit |
6 | * | 6 | * |
7 | * This module provides functions to implement transfer content encodings | 7 | * This module provides functions to implement transfer content encodings |
@@ -10,7 +10,14 @@ | |||
10 | * | 10 | * |
11 | * RCS ID: $Id$ | 11 | * RCS ID: $Id$ |
12 | \*=========================================================================*/ | 12 | \*=========================================================================*/ |
13 | #include <lua.h> | 13 | #include "lua.h" |
14 | |||
15 | /*-------------------------------------------------------------------------*\ | ||
16 | * Current MIME library version | ||
17 | \*-------------------------------------------------------------------------*/ | ||
18 | #define MIME_VERSION "MIME 1.0" | ||
19 | #define MIME_COPYRIGHT "Copyright (C) 2004-2005 Diego Nehab" | ||
20 | #define MIME_AUTHORS "Diego Nehab" | ||
14 | 21 | ||
15 | /*-------------------------------------------------------------------------*\ | 22 | /*-------------------------------------------------------------------------*\ |
16 | * This macro prefixes all exported API functions | 23 | * This macro prefixes all exported API functions |