r3768: Updated years.
[rox-filer.git] / ROX-Filer / src / choices.h
blobc8814fab9f7fdedeefbbb36e8e7ce4fb80b29c54
1 /*
2 * By Thomas Leonard, <tal197@users.sourceforge.net>.
3 */
5 #ifndef _CHOICES_H
6 #define _CHOICES_H
8 void choices_init (void);
9 GPtrArray *choices_list_dirs (char *dir);
10 void choices_free_list (GPtrArray *list);
11 guchar *choices_find_path_load(const char *leaf, const char *dir);
12 guchar *choices_find_path_save(const char *leaf, const char *dir,
13 gboolean create);
15 #endif /* _CHOICES_H */