/****************************************************************************** * $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 */ /******************************************************************************/ #ifndef REXLIB_LUA_H #define REXLIB_LUA_H int luaopen_regularexp(lua_State* L); #endif