repo.or.cz
/
rox-filer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r40: Changed MIME system slightly - now uses MIME-open, MIME-icons, etc.
[rox-filer.git]
/
ROX-Filer
/
src
/
options.h
blob
12653914b9b8268189d975fec6011b374aedce01
1
/* vi: set cindent:
2
* $Id$
3
*
4
* ROX-Filer, filer for the ROX desktop project
5
* By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6
*/
7
8
#ifndef _OPTIONS_H
9
#define _OPTIONS_H
10
11
#include
"filer.h"
12
13
/* Prototypes */
14
15
void
options_init
(
void
);
16
void
options_show
(
FilerWindow
*
filer_window
);
17
18
#endif
/* _OPTIONS_H */