Commit 90ff4acd authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

lua: Fix forward declarations

parent 790f9efd
......@@ -44,8 +44,7 @@
#include "../libs.h"
#include "../extension.h"
static const luaL_Reg vlclua_input_reg[];
static const luaL_Reg vlclua_input_item_reg[];
extern const luaL_Reg vlclua_input_item_reg[];
static input_item_t* vlclua_input_item_get_internal( lua_State *L );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment