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