Updated update-po to use the new GtkBuilder .ui file
[rox-filer.git] / ROX-Filer / src / infobox.h
blob8d943fb9195f1551a05cffff1ac24fc3077370df
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _INFOBOX_H
7 #define _INFOBOX_H
9 void infobox_show_list(GList *paths);
10 void infobox_new(const gchar *pathname);
12 #endif /* _INFOBOX_H */