aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h
diff options
context:
space:
mode:
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 */