Cleanup.
[jamendo] / src / search_screen.h
1 /*
2  * search_screen.h
3  *
4  *  Created on: 2009-10-13
5  *      Author: marcin
6  */
7
8 #ifndef SEARCH_SCREEN_H_
9 #define SEARCH_SCREEN_H_
10
11 #include <gtk/gtk.h>
12
13 GtkWidget* search_screen_new();
14
15 #endif /* SEARCH_SCREEN_H_ */