summaryrefslogtreecommitdiff
path: root/core/detect/lua-cjson.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/detect/lua-cjson.c')
-rw-r--r--core/detect/lua-cjson.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/detect/lua-cjson.c b/core/detect/lua-cjson.c
new file mode 100644
index 000000000..8e9d36ccd
--- /dev/null
+++ b/core/detect/lua-cjson.c
@@ -0,0 +1,7 @@
+int luaopen_cjson(void *l);
+
+int main()
+{
+ luaopen_cjson(0);
+ return 0;
+}