summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_img.h
diff options
context:
space:
mode:
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_ */