summaryrefslogtreecommitdiffstats
path: root/nse_lpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'nse_lpeg.h')
-rw-r--r--nse_lpeg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nse_lpeg.h b/nse_lpeg.h
new file mode 100644
index 0000000..3be90f4
--- /dev/null
+++ b/nse_lpeg.h
@@ -0,0 +1,8 @@
+#ifndef LPEG
+
+#define LPEG
+#define LPEGLIBNAME "lpeg"
+
+LUALIB_API int luaopen_lpeg (lua_State *L);
+
+#endif