diff options
Diffstat (limited to 'apps/plugins/lua/rocklib.h')
| -rw-r--r-- | apps/plugins/lua/rocklib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib.h b/apps/plugins/lua/rocklib.h index 2b259ee..84b5fd2 100644 --- a/apps/plugins/lua/rocklib.h +++ b/apps/plugins/lua/rocklib.h @@ -25,7 +25,6 @@ #define LUA_ROCKLIBNAME "rb" LUALIB_API int (luaopen_rock) (lua_State *L); const char* get_current_path(lua_State *L, int level); -int rli_checkboolean (lua_State *L, int narg); #endif /* _ROCKLIB_H_ */ |