/****************************************************************************** * $Id: base64_lua.h,v 1.3 2005/06/03 16:29:19 alessiofender Exp $ * This file is part of FreePOPs (http://www.freepops.org) * * This file is distributed under the terms of GNU GPL license. * ******************************************************************************/ /******************************************************************************/ /*! * \file base64_lua.h * \brief base64 lua bindings * * \author Name */ /******************************************************************************/ #ifndef BASE64_LUA_H #define BASE64_LUA_H extern int luaopen_base64(lua_State*); #endif