Forward server working on Mac OS X...

This commit is contained in:
Diego Nehab
2005-02-08 10:01:01 +00:00
parent 5d32848674
commit 8d4e240f6a
29 changed files with 800 additions and 101 deletions

View File

@ -78,9 +78,9 @@ static UC b64unbase[256];
/*-------------------------------------------------------------------------*\
* Initializes module
\*-------------------------------------------------------------------------*/
MIME_API int luaopen_lmime(lua_State *L)
MIME_API int luaopen_cmime(lua_State *L)
{
luaL_module(L, "mime", func, 0);
luaL_openlib(L, "mime", func, 0);
/* initialize lookup tables */
qpsetup(qpclass, qpunbase);
b64setup(b64unbase);