diff options
Diffstat (limited to 'apps/plugins/lua/rocklib.h')
| -rw-r--r-- | apps/plugins/lua/rocklib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib.h b/apps/plugins/lua/rocklib.h index 4a1e79c..84b5fd2 100644 --- a/apps/plugins/lua/rocklib.h +++ b/apps/plugins/lua/rocklib.h @@ -24,7 +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); +const char* get_current_path(lua_State *L, int level); #endif /* _ROCKLIB_H_ */ |