r40: Changed MIME system slightly - now uses MIME-open, MIME-icons, etc.
[rox-filer.git] / ROX-Filer / src / options.h
blob12653914b9b8268189d975fec6011b374aedce01
1 /* vi: set cindent:
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _OPTIONS_H
9 #define _OPTIONS_H
11 #include "filer.h"
13 /* Prototypes */
15 void options_init(void);
16 void options_show(FilerWindow *filer_window);
18 #endif /* _OPTIONS_H */