/******************************************************************************
 * $Id: regularexp_lua.h,v 1.2 2005/06/03 16:29:20 alessiofender Exp $
 * This file is part of FreePOPs (http://www.freepops.org)                    *
 * This file is distributed under the terms of GNU/GPL license.               *
 ******************************************************************************/


/******************************************************************************/
 /*!
  * \file   rexlib_lua.h
  * \brief  posix regex lua bindings
  * 
  * \author Name <gareuselesinge@users.sourceforge.net>
  */
/******************************************************************************/
#ifndef REXLIB_LUA_H
#define REXLIB_LUA_H
int luaopen_regularexp(lua_State* L);
#endif


syntax highlighted by Code2HTML, v. 0.9.1