diff options
Diffstat (limited to 'apps/plugins/lua/rocklib_img.h')
-rw-r--r-- | apps/plugins/lua/rocklib_img.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib_img.h b/apps/plugins/lua/rocklib_img.h index 8b22806862..496bc8dd93 100644 --- a/apps/plugins/lua/rocklib_img.h +++ b/apps/plugins/lua/rocklib_img.h @@ -26,6 +26,6 @@ #define RLI_EXTENDED #endif -LUALIB_API int rli_init(lua_State *L); +LUALIB_API int (luaopen_rock_img) (lua_State *L); #endif /* _ROCKLIB_IMG_H_ */ |