]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/playlist.h
Split RAM playlist support from m3u to its own demuxer and fix its support.
[vlc] / modules / demux / playlist / playlist.h
index bfa0666db72ae0ad5567af805b749106c9ec15bc..13803f6bb580d1c4017006295a5342a16e5bda8f 100644 (file)
@@ -34,6 +34,9 @@ void Close_Native ( vlc_object_t * );
 int Import_M3U ( vlc_object_t * );
 void Close_M3U ( vlc_object_t * );
 
+int Import_RAM ( vlc_object_t * );
+void Close_RAM ( vlc_object_t * );
+
 int Import_PLS ( vlc_object_t * );
 void Close_PLS ( vlc_object_t * );