aboutsummaryrefslogtreecommitdiff
path: root/src/mime.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mime.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mime.h b/src/mime.h
index fee4e5e..35389f0 100644
--- a/src/mime.h
+++ b/src/mime.h
@@ -12,7 +12,14 @@
12\*=========================================================================*/ 12\*=========================================================================*/
13#include <lua.h> 13#include <lua.h>
14 14
15int luaopen_mime(lua_State *L); 15/*-------------------------------------------------------------------------*\
16* This macro prefixes all exported API functions
17\*-------------------------------------------------------------------------*/
18#ifndef MIME_API
19#define MIME_API extern
20#endif
21
22MIME_API int luaopen_mime(lua_State *L);
16 23
17/*-------------------------------------------------------------------------*\ 24/*-------------------------------------------------------------------------*\
18* Library's namespace 25* Library's namespace