r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / choices.h
blobb9d11cc7d1182ca57caaac01fadc1c5dc4dc6758
1 /*
2 * $Id$
4 * By Thomas Leonard, <tal197@users.sourceforge.net>.
5 */
7 #ifndef _CHOICES_H
8 #define _CHOICES_H
10 void choices_init (void);
11 GPtrArray *choices_list_dirs (char *dir);
12 void choices_free_list (GPtrArray *list);
13 guchar *choices_find_path_load(const char *leaf, const char *dir);
14 guchar *choices_find_path_save(const char *leaf, const char *dir,
15 gboolean create);
17 #endif /* _CHOICES_H */