mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
mime.h: use LUASOCKET_API
This commit is contained in:
parent
f06b17c4c9
commit
efc4bb3e2d
10
src/mime.h
10
src/mime.h
@ -8,6 +8,7 @@
|
|||||||
* and formatting conforming to RFC 2045. It is used by mime.lua, which
|
* and formatting conforming to RFC 2045. It is used by mime.lua, which
|
||||||
* provide a higher level interface to this functionality.
|
* provide a higher level interface to this functionality.
|
||||||
\*=========================================================================*/
|
\*=========================================================================*/
|
||||||
|
#include "luasocket.h"
|
||||||
#include "lua.h"
|
#include "lua.h"
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------*\
|
/*-------------------------------------------------------------------------*\
|
||||||
@ -17,13 +18,6 @@
|
|||||||
#define MIME_COPYRIGHT "Copyright (C) 2004-2013 Diego Nehab"
|
#define MIME_COPYRIGHT "Copyright (C) 2004-2013 Diego Nehab"
|
||||||
#define MIME_AUTHORS "Diego Nehab"
|
#define MIME_AUTHORS "Diego Nehab"
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------*\
|
LUASOCKET_API int luaopen_mime_core(lua_State *L);
|
||||||
* This macro prefixes all exported API functions
|
|
||||||
\*-------------------------------------------------------------------------*/
|
|
||||||
#ifndef MIME_API
|
|
||||||
#define MIME_API extern
|
|
||||||
#endif
|
|
||||||
|
|
||||||
MIME_API int luaopen_mime_core(lua_State *L);
|
|
||||||
|
|
||||||
#endif /* MIME_H */
|
#endif /* MIME_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user