r109: Option processing is now done with getopt_long.
[rox-filer.git] / ROX-Filer / src / main.h
blobf395efae3789d2e56f05c9a07f1d257d8875c300
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 _MAIN_H
9 #define _MAIN_H
11 extern int number_of_windows;
12 extern int to_error_log; /* Send messages here to log them */
13 extern gboolean override_redirect;
15 /* Prototypes */
16 int main(int argc, char **argv);
18 #endif /* _MAIN_H */