diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-02-15 19:48:21 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-02-15 19:48:21 +0300 |
commit | 21596f21a35a4d0e110c04824dcda5ef37450003 (patch) | |
tree | 2228e8678b8f72d07b5f84b3efbc3d20cda6c5fc /src/lua/lua_common.h | |
parent | 17a938b2aeffb3448c8d61f3d8dd7d012eb910cc (diff) | |
download | rspamd-21596f21a35a4d0e110c04824dcda5ef37450003.tar.gz rspamd-21596f21a35a4d0e110c04824dcda5ef37450003.zip |
* Add new lua module regexp for using glib regular expressions (pcre compatible)
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |