X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_epg.h;h=87e5678efa16e32e6fb1d63820812467cea6fc3c;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=ded3f7f09ffda3c734db3ee33b03af974a9b955c;hpb=7bf4dcbdb770820026e4fa1d10ff498ad5aee958;p=vlc 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*.