Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > a8e1510b71932ccd6b0a74fe1af13b93 > files > 40

freepops-debug-0.2.9-4mdv2011.0.i586.rpm

/******************************************************************************
 * $Id: regularexp_lua.h,v 1.3 2007/01/13 22:36:24 gareuselesinge 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