1 
2 #ifndef __GABEDIT_FOLDERCHOOSER_H__
3 #define __GABEDIT_FOLDERCHOOSER_H__
4 
5 GtkWidget* selctionOfDir(gpointer data, gchar* title, GabEditTypeWin typewin) ;
6 
7 #endif /* __GABEDIT_FOLDERCHOOSER_H__ */
8