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 25b5ae1..b650207 100644 --- a/apps/plugins/lua/rocklib.h +++ b/apps/plugins/lua/rocklib.h @@ -46,7 +46,7 @@ struct lua_str_reg { }; LUALIB_API int (luaopen_rock) (lua_State *L); -const char* get_current_path(lua_State *L, int level); +int get_current_path(lua_State *L, int level); #endif /* _ROCKLIB_H_ */ |