]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/playlist.h
Improvements to preferences
[vlc] / modules / demux / playlist / playlist.h
index 96572aa0720a5bab6b45a5cfe516afdbf1313090..9bc6e11237cb69d09715bc6e22f3c3dd863c33e8 100644 (file)
@@ -29,6 +29,9 @@ vlc_bool_t FindItem( demux_t *, playlist_t *, playlist_item_t **);
 int Import_Old ( vlc_object_t * );
 int Import_M3U ( vlc_object_t * );
 
+int Import_Native ( vlc_object_t * );
+int Close_Native ( vlc_object_t * );
+
 void Close_M3U ( vlc_object_t * );
 int Import_PLS ( vlc_object_t * );
 void Close_PLS ( vlc_object_t * );