summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib.h')
-rw-r--r--apps/plugins/lua/rocklib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib.h b/apps/plugins/lua/rocklib.h
index 5d3abe30ec..02b5ff6c88 100644
--- a/apps/plugins/lua/rocklib.h
+++ b/apps/plugins/lua/rocklib.h
@@ -46,8 +46,10 @@ struct lua_str_reg {
46}; 46};
47 47
48LUALIB_API int (luaopen_rock) (lua_State *L) __attribute__((aligned(0x8))); 48LUALIB_API int (luaopen_rock) (lua_State *L) __attribute__((aligned(0x8)));
49/* in rockaux.c */
49int get_current_path(lua_State *L, int level); 50int get_current_path(lua_State *L, int level);
50int filetol(int fd, long *num); 51int filetol(int fd, long *num);
52int get_plugin_action(int timeout, bool with_remote);
51 53
52#endif /* _ROCKLIB_H_ */ 54#endif /* _ROCKLIB_H_ */
53 55