aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-28 06:16:43 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-05-28 06:16:43 +0000
commit694edcc3c1ac3041ff8cdd753a2f7894e8783e6c (patch)
treef8797b4c7671fbf9042fc011277d69d4c3549045 /src/mime.h
parentbf738a03368b8de9c574d9631f131c5a520acf7b (diff)
downloadluasocket-694edcc3c1ac3041ff8cdd753a2f7894e8783e6c.tar.gz
luasocket-694edcc3c1ac3041ff8cdd753a2f7894e8783e6c.tar.bz2
luasocket-694edcc3c1ac3041ff8cdd753a2f7894e8783e6c.zip
Committing with require.
Diffstat (limited to 'src/mime.h')
-rw-r--r--src/mime.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mime.h b/src/mime.h
index b91f735..fee4e5e 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -12,6 +12,13 @@
12\*=========================================================================*/ 12\*=========================================================================*/
13#include <lua.h> 13#include <lua.h>
14 14
15int mime_open(lua_State *L); 15int luaopen_mime(lua_State *L);
16
17/*-------------------------------------------------------------------------*\
18* Library's namespace
19\*-------------------------------------------------------------------------*/
20#ifndef MIME_LIBNAME
21#define MIME_LIBNAME "mime"
22#endif
16 23
17#endif /* MIME_H */ 24#endif /* MIME_H */