Initial commit
[jamendo] / src / playlistselector_screen.h
diff --git a/src/playlistselector_screen.h b/src/playlistselector_screen.h
new file mode 100644 (file)
index 0000000..af31615
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * playlist_selector_screen.h
+ *
+ *  Created on: 2010-01-26
+ *      Author: jaroslaw.jaryszew@teleca.com
+ */
+
+#ifndef PLAYLIST_SELECTOR_SCREEN_H_
+#define PLAYLIST_SELECTOR_SCREEN_H_
+
+#include <gtk/gtk.h>
+
+GtkWidget* playlistselector_screen_new();
+
+
+#endif /* PLAYLIST_SELECTOR_SCREEN_H_ */