X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_xml.h;h=51850c3bfb3e261d757e0c059f8811314c9e9040;hb=7f48382793df3f420d48d63940ad92cbf7dcf447;hp=497fc7f9334d62a7f4f19983f6ca362a3665fa8e;hpb=3f424a26f7ad67b6acbb9bcaf8bbbf0995725e13;p=vlc diff --git a/include/vlc_xml.h b/include/vlc_xml.h index 497fc7f933..51850c3bfb 100644 --- a/include/vlc_xml.h +++ b/include/vlc_xml.h @@ -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 * ) );