]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/playlist.h
Backported r11448.
[vlc] / modules / demux / playlist / playlist.h
index 4e661cb1272876c4c32019126d5cfb1c8588907f..6520c6869218c7763f7ff416f6185b103e9004f9 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-char *ProcessMRL( char *, char * );
-char *FindPrefix( demux_t * );
+char *E_(ProcessMRL)( char *, char * );
+char *E_(FindPrefix)( demux_t * );
 
-vlc_bool_t FindItem( demux_t *, playlist_t *, playlist_item_t **);
+vlc_bool_t E_(FindItem)( demux_t *, playlist_t *, playlist_item_t **);
 
-int Import_Old ( vlc_object_t * );
+int E_(Import_Old) ( vlc_object_t * );
 
-int Import_Native ( vlc_object_t * );
-int Close_Native ( vlc_object_t * );
+int E_(Import_Native) ( vlc_object_t * );
+void E_(Close_Native) ( vlc_object_t * );
 
-int Import_M3U ( vlc_object_t * );
-void Close_M3U ( vlc_object_t * );
+int E_(Import_M3U) ( vlc_object_t * );
+void E_(Close_M3U) ( vlc_object_t * );
 
-int Import_PLS ( vlc_object_t * );
-void Close_PLS ( vlc_object_t * );
+int E_(Import_PLS) ( vlc_object_t * );
+void E_(Close_PLS) ( vlc_object_t * );
 
-int Import_B4S ( vlc_object_t * );
-void Close_B4S ( vlc_object_t * );
+int E_(Import_B4S) ( vlc_object_t * );
+void E_(Close_B4S) ( vlc_object_t * );