diff options
author | William Wilgus <me.theuser@yahoo.com> | 2018-10-22 14:00:58 -0400 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2018-10-22 14:00:58 -0400 |
commit | 948984309a3c1dd6b92f018926e9831083c803e3 (patch) | |
tree | a79bda99ff3d905828f4ea407f912cc22c1c5a4f /apps/plugins/lua/rocklib_img.h | |
parent | 7a132a257a47be37daa2da97706745ca9182d14a (diff) |
lua move rocklib_img to its own separate loadable module
allows rocklib_img to be excluded if needed
stops rocklib_aux from generating redundant prototypes for
lcd_mono_bitmap[_part]
Change-Id: Ie208ad71ab5f9a7deb026dc01a5b0a0631a0d29c
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_ */ |