summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_img.h
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2018-10-22 14:00:58 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2018-10-22 14:00:58 -0400
commit948984309a3c1dd6b92f018926e9831083c803e3 (patch)
treea79bda99ff3d905828f4ea407f912cc22c1c5a4f /apps/plugins/lua/rocklib_img.h
parent7a132a257a47be37daa2da97706745ca9182d14a (diff)
downloadrockbox-948984309a3c1dd6b92f018926e9831083c803e3.tar.gz
rockbox-948984309a3c1dd6b92f018926e9831083c803e3.zip
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.h2
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 @@
26#define RLI_EXTENDED 26#define RLI_EXTENDED
27#endif 27#endif
28 28
29LUALIB_API int rli_init(lua_State *L); 29LUALIB_API int (luaopen_rock_img) (lua_State *L);
30 30
31#endif /* _ROCKLIB_IMG_H_ */ 31#endif /* _ROCKLIB_IMG_H_ */