]> git.sesse.net Git - vlc/blobdiff - include/vlc_epg.h
Core: add some LIBVLC_USED.
[vlc] / include / vlc_epg.h
index ded3f7f09ffda3c734db3ee33b03af974a9b955c..87e5678efa16e32e6fb1d63820812467cea6fc3c 100644 (file)
@@ -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*.