]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/playlist.h
src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
[vlc] / modules / demux / playlist / playlist.h
index 6520c6869218c7763f7ff416f6185b103e9004f9..2eba68cb53888934427e8caa6791b38d40e0685b 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * playlist.h:  Playlist import module common functions
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
+ * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
- * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
+ * Authors: Sigmund Augdal Helberg <dnumgis@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 char *E_(ProcessMRL)( char *, char * );
@@ -39,3 +39,11 @@ void E_(Close_PLS) ( vlc_object_t * );
 
 int E_(Import_B4S) ( vlc_object_t * );
 void E_(Close_B4S) ( vlc_object_t * );
+
+int E_(Import_DVB) ( vlc_object_t * );
+void E_(Close_DVB) ( vlc_object_t * );
+
+int E_(Import_podcast) ( vlc_object_t * );
+void E_(Close_podcast) ( vlc_object_t * );
+
+int E_(xspf_import_Activate) ( vlc_object_t * );