X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_xml.h;h=51850c3bfb3e261d757e0c059f8811314c9e9040;hb=cd0c2c45c0198ec38cce4af877b033529639ddaa;hp=20b097059adb5334912b2591fca3460161e75a58;hpb=ebd800345f87349ff51971ae88c56cb439da4dcf;p=vlc diff --git a/include/vlc_xml.h b/include/vlc_xml.h index 20b097059a..51850c3bfb 100644 --- a/include/vlc_xml.h +++ b/include/vlc_xml.h @@ -50,8 +50,8 @@ struct xml_t const char * ); }; -#define xml_Create( a ) __xml_Create( VLC_OBJECT(a) ) -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 * ) ); #define xml_ReaderCreate( a, b ) a->pf_reader_create( a, b )