Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
playlist_container.h
Go to the documentation of this file.
00001 /*
00002  * Audacious: A cross-platform multimedia player
00003  * Copyright (c) 2006-2007 William Pitcock, Tony Vroon, George Averill,
00004  *                         Giacomo Lozito, Derek Pomery and Yoshiki Yazawa.
00005  *
00006  * This program is free software; you can redistribute it and/or modify
00007  * it under the terms of the GNU General Public License as published by
00008  * the Free Software Foundation; under version 3 of the License.
00009  *
00010  * This program is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  * GNU General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program.  If not, see <http://www.gnu.org/licenses>.
00017  *
00018  * The Audacious team does not consider modular code linking to
00019  * Audacious or using our public API to be a derived work.
00020  */
00021 
00022 #ifndef AUDACIOUS_PLAYLIST_CONTAINER_H
00023 #define AUDACIOUS_PLAYLIST_CONTAINER_H
00024 
00025 #include <glib.h>
00026 
00027 #include "misc.h"
00028 
00029 void playlist_container_read (gchar * filename, gint pos);
00030 void playlist_container_write (gchar * filename, gint pos);
00031 PlaylistContainer * playlist_container_find (gchar * ext);
00032 
00033 #endif /* AUDACIOUS_PLAYLIST_CONTAINER_H */