summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/luadir.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/luadir.h')
-rw-r--r--apps/plugins/lua/luadir.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/lua/luadir.h b/apps/plugins/lua/luadir.h
new file mode 100644
index 0000000000..80c3c3b92f
--- /dev/null
+++ b/apps/plugins/lua/luadir.h
@@ -0,0 +1,9 @@
1/*
2** LuaFileSystem
3** Copyright Kepler Project 2003 (http://www.keplerproject.org/luafilesystem)
4**
5** $Id: lfs.h,v 1.5 2008/02/19 20:08:23 mascarenhas Exp $
6*/
7
8int luaopen_luadir (lua_State *L);
9#define LUA_DIRLIBNAME "luadir"