/******************************************************************************
 * $Id: crypto_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   crypto_lua.h
  * \brief  some crypto to lua
  * 
  * \author Name <gareuselesinge@users.sourceforge.net>
  */
/******************************************************************************/

#ifndef LUA_CRYPTO_H
#define LUA_CRYPTO_H

int luaopen_crypto(lua_State*);

#endif


syntax highlighted by Code2HTML, v. 0.9.1