summaryrefslogtreecommitdiff
path: root/src/plugin-luaregex.cc
blob: 694738c8568b466408d9f1047fb89fd7c00f4e65 (plain)
1
2
3
4
5
6
7
8
9
#include <LuaRegex.h>

extern "C" {

void init_plugin(Lua * L) {
    LuaRegex::pushstatics(L);
}

}