rockbox/apps/plugins/lua/luadir.h

10 lines
230 B
C
Raw Normal View History

/*
** LuaFileSystem
** Copyright Kepler Project 2003 (http://www.keplerproject.org/luafilesystem)
**
** $Id: lfs.h,v 1.5 2008/02/19 20:08:23 mascarenhas Exp $
*/
int luaopen_luadir (lua_State *L);
#define LUA_DIRLIBNAME "luadir"