]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/vlc.h
LUA: store p_intf->p_sys separately
[vlc] / modules / misc / lua / vlc.h
index 0669c2db0dc52bc31fb1820b850e9abd4ba1c33e..71dfcc78114fb0d9f7d188f61b83def3c6e45e31 100644 (file)
@@ -95,6 +95,9 @@ void vlclua_set_this( lua_State *, vlc_object_t * );
 #define vlclua_set_this(a, b) vlclua_set_this(a, VLC_OBJECT(b))
 vlc_object_t * vlclua_get_this( lua_State * );
 
+struct intf_sys_t;
+void vlclua_set_intf( lua_State *, struct intf_sys_t * );
+
 /*****************************************************************************
  * Lua function bridge
  *****************************************************************************/