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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib.h b/apps/plugins/lua/rocklib.h
index b650207e67..4714dec36d 100644
--- a/apps/plugins/lua/rocklib.h
+++ b/apps/plugins/lua/rocklib.h
@@ -47,6 +47,7 @@ struct lua_str_reg {
47 47
48LUALIB_API int (luaopen_rock) (lua_State *L); 48LUALIB_API int (luaopen_rock) (lua_State *L);
49int get_current_path(lua_State *L, int level); 49int get_current_path(lua_State *L, int level);
50int filetol(int fd, long *num);
50 51
51#endif /* _ROCKLIB_H_ */ 52#endif /* _ROCKLIB_H_ */
52 53