From 9c3e679d188ec6c117a33ef280d81943a8e37bc8 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 1 Jun 2009 22:31:32 +0000 Subject: Lua: add touchscreen_set_mode & current_path (+ some constants) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21165 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/rocklib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lua/rocklib.h') diff --git a/apps/plugins/lua/rocklib.h b/apps/plugins/lua/rocklib.h index b5817f2..4a1e79c 100644 --- a/apps/plugins/lua/rocklib.h +++ b/apps/plugins/lua/rocklib.h @@ -24,6 +24,7 @@ #define LUA_ROCKLIBNAME "rb" LUALIB_API int (luaopen_rock) (lua_State *L); +bool get_cur_path(lua_State *L, char* dest, size_t dest_size); #endif /* _ROCKLIB_H_ */ -- cgit v1.1