r233: Tidied up choices.c quite a lot. Also, replaced the 'guess' file with a
[rox-filer/dt.git] / ROX-Filer / src / choices.h
blobfdff263777c8536e922c9c36814160138561eb34
1 /*
2 * $Id$
4 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
5 */
7 #ifndef _CHOICES_H
8 #define _CHOICES_H
10 #include <glib.h>
12 void choices_init (void);
13 GPtrArray *choices_list_dirs (char *dir);
14 void choices_free_list (GPtrArray *list);
15 guchar *choices_find_path_load(char *leaf, char *dir);
16 guchar *choices_find_path_save(char *leaf, char *dir, gboolean create);
18 #endif /* _CHOICES_H */