r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / infobox.h
blobd84ff975ae693c49e5deec0f1761eaf603c888d5
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #ifndef _INFOBOX_H
9 #define _INFOBOX_H
11 void infobox_show_list(GList *paths);
12 void infobox_new(const gchar *pathname);
14 #endif /* _INFOBOX_H */