Using core.so instead of csocket.so and cmime.so.

This commit is contained in:
Diego Nehab
2005-06-17 04:04:55 +00:00
parent 65c35845c5
commit 4d455c6206
9 changed files with 89 additions and 69 deletions

View File

@ -78,7 +78,7 @@ static UC b64unbase[256];
/*-------------------------------------------------------------------------*\
* Initializes module
\*-------------------------------------------------------------------------*/
MIME_API int luaopen_cmime(lua_State *L)
MIME_API int luaopen_mimecore(lua_State *L)
{
luaL_openlib(L, "mime", func, 0);
/* initialize lookup tables */