]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/libs.h
Export vlc's xml api.
[vlc] / modules / misc / lua / libs.h
index 60f6ccfafa40a3413d973d93704380e138e5eff6..18f884ec139e15ea695989247ea6f194903bd96b 100644 (file)
@@ -44,5 +44,6 @@ void luaopen_vlm( lua_State * );
 void luaopen_volume( lua_State * );
 void luaopen_gettext( lua_State * );
 void luaopen_input_item( lua_State *L, input_item_t *item );
+void luaopen_xml( lua_State *L );
 
 #endif