r232: Added 'prune' and 'system' find commands.
[rox-filer.git] / ROX-Filer / src / main.h
blob57d15f89d862216ac333528f5a4fb70da41d327a
1 /*
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 #include <glib.h>
12 #include <sys/types.h>
14 extern int number_of_windows;
15 extern int to_error_log; /* Send messages here to log them */
16 extern gboolean override_redirect;
18 extern uid_t euid;
19 extern gid_t egid;
20 extern int ngroups; /* Number of supplemental groups */
21 extern gid_t *supplemental_groups;
22 extern char *home_dir;
24 /* Prototypes */
25 int main(int argc, char **argv);
27 #endif /* _MAIN_H */