summaryrefslogtreecommitdiff
path: root/src/plugin-luaregex.cc
diff options
context:
space:
mode:
authorpixel <pixel>2008-07-04 12:01:52 +0000
committerpixel <pixel>2008-07-04 12:01:52 +0000
commitcee868801b55aa4302c91a46df8daf38388163e7 (patch)
tree1bd77d5167f0a18ff7beb603b1b359c7b8c459b1 /src/plugin-luaregex.cc
Adding project files.
Diffstat (limited to 'src/plugin-luaregex.cc')
-rw-r--r--src/plugin-luaregex.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugin-luaregex.cc b/src/plugin-luaregex.cc
new file mode 100644
index 0000000..694738c
--- /dev/null
+++ b/src/plugin-luaregex.cc
@@ -0,0 +1,9 @@
+#include <LuaRegex.h>
+
+extern "C" {
+
+void init_plugin(Lua * L) {
+ LuaRegex::pushstatics(L);
+}
+
+}