]> git.sesse.net Git - vlc/blobdiff - include/vlc_xml.h
Core: add some LIBVLC_USED.
[vlc] / include / vlc_xml.h
index 497fc7f9334d62a7f4f19983f6ca362a3665fa8e..51850c3bfb3e261d757e0c059f8811314c9e9040 100644 (file)
@@ -50,7 +50,7 @@ struct xml_t
                                const char * );
 };
 
-VLC_EXPORT( xml_t *, xml_Create, ( vlc_object_t * ) );
+VLC_EXPORT( xml_t *, xml_Create, ( vlc_object_t * ) LIBVLC_USED );
 #define xml_Create( a ) xml_Create( VLC_OBJECT(a) )
 VLC_EXPORT( void, xml_Delete, ( xml_t * ) );