Initial commit
[jamendo] / src / playlist_screen.h
diff --git a/src/playlist_screen.h b/src/playlist_screen.h
new file mode 100644 (file)
index 0000000..cc40512
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * playlist_screen.h
+ *
+ *  Created on: 2009-12-11
+ *      Author: marcin
+ */
+
+#ifndef PLAYLIST_SCREEN_H_
+#define PLAYLIST_SCREEN_H_
+
+#include <gtk/gtk.h>
+
+GtkWidget* playlist_screen_new(GList* playlist, const gchar* title);
+
+#endif /* PLAYLIST_SCREEN_H_ */