]> git.sesse.net Git - vlc/blobdiff - include/vlc_epg.h
Contribs: add live for Android
[vlc] / include / vlc_epg.h
index 2adb2f1ba8f61484703ae6d55b3551c7740add06..e08acfad1f3c21ecc515c4bafc09a5e3211773b4 100644 (file)
@@ -73,7 +73,7 @@ VLC_API void vlc_epg_AddEvent(vlc_epg_t *p_epg, int64_t i_start, int i_duration,
  *
  * You must call vlc_epg_Delete to release the associated resource.
  */
-VLC_API vlc_epg_t * vlc_epg_New(const char *psz_name) LIBVLC_USED;
+VLC_API vlc_epg_t * vlc_epg_New(const char *psz_name) VLC_USED;
 
 /**
  * It releases a vlc_epg_t*.