From 948984309a3c1dd6b92f018926e9831083c803e3 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 22 Oct 2018 14:00:58 -0400 Subject: 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 --- apps/plugins/lua/rocklib_img.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lua/rocklib_img.h') 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_ */ -- cgit v1.2.3