Initial commit
[jamendo] / src / search_screen.h
diff --git a/src/search_screen.h b/src/search_screen.h
new file mode 100644 (file)
index 0000000..d62afb7
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * search_screen.h
+ *
+ *  Created on: 2009-10-13
+ *      Author: marcin
+ */
+
+#ifndef SEARCH_SCREEN_H_
+#define SEARCH_SCREEN_H_
+
+#include <gtk/gtk.h>
+
+GtkWidget* search_screen_new();
+
+#endif /* SEARCH_SCREEN_H_ */