From 21596f21a35a4d0e110c04824dcda5ef37450003 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 15 Feb 2011 19:48:21 +0300 Subject: * Add new lua module regexp for using glib regular expressions (pcre compatible) --- src/lua/lua_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lua/lua_common.h') diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 4851dc1a6..f6b69e0e0 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -35,6 +35,7 @@ gint luaopen_image (lua_State *L); gint luaopen_url (lua_State *L); gint luaopen_classifier (lua_State *L); gint luaopen_statfile (lua_State * L); +gint luaopen_glib_regexp (lua_State *L); void init_lua (struct config_file *cfg); gboolean init_lua_filters (struct config_file *cfg); -- cgit v1.2.3