]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/dvb.c
Remove E_()
[vlc] / modules / demux / playlist / dvb.c
index 34a1b27e5dd1608f847fd4bed4a68d28fc1d0418..098ea55085fe7a0e643df6105210dc558039319d 100644 (file)
@@ -51,7 +51,7 @@ static int ParseLine( char *, char **, char ***, int *);
 /*****************************************************************************
  * Import_DVB: main import function
  *****************************************************************************/
-int E_(Import_DVB)( vlc_object_t *p_this )
+int Import_DVB( vlc_object_t *p_this )
 {
     demux_t *p_demux = (demux_t *)p_this;
     const uint8_t *p_peek;
@@ -89,7 +89,7 @@ int E_(Import_DVB)( vlc_object_t *p_this )
 /*****************************************************************************
  * Deactivate: frees unused data
  *****************************************************************************/
-void E_(Close_DVB)( vlc_object_t *p_this )
+void Close_DVB( vlc_object_t *p_this )
 {
     VLC_UNUSED(p_this);
 }