X-Git-Url: https://git.sesse.net/?p=vlc;a=blobdiff_plain;f=include%2Fvlc_epg.h;h=87e5678efa16e32e6fb1d63820812467cea6fc3c;hp=ded3f7f09ffda3c734db3ee33b03af974a9b955c;hb=ec87e89b5950679bb48b714ebffd2ae7040b999b;hpb=1e8de67594fcf0f6cfefa2dd969519db4671e762 diff --git a/include/vlc_epg.h b/include/vlc_epg.h index ded3f7f09f..87e5678efa 100644 --- a/include/vlc_epg.h +++ b/include/vlc_epg.h @@ -73,7 +73,7 @@ VLC_EXPORT(void, vlc_epg_AddEvent, (vlc_epg_t *p_epg, int64_t i_start, int i_dur * * You must call vlc_epg_Delete to release the associated resource. */ -VLC_EXPORT(vlc_epg_t *, vlc_epg_New, (const char *psz_name)); +VLC_EXPORT(vlc_epg_t *, vlc_epg_New, (const char *psz_name) LIBVLC_USED); /** * It releases a vlc_epg_t*.