Initial commit
[jamendo] / src / playlist_screen.h
1 /*
2  * playlist_screen.h
3  *
4  *  Created on: 2009-12-11
5  *      Author: marcin
6  */
7
8 #ifndef PLAYLIST_SCREEN_H_
9 #define PLAYLIST_SCREEN_H_
10
11 #include <gtk/gtk.h>
12
13 GtkWidget* playlist_screen_new(GList* playlist, const gchar* title);
14
15 #endif /* PLAYLIST_SCREEN_H_ */