r183: Added the TODO file. Info permissions are displayed in symbolic form.
[rox-filer.git] / ROX-Filer / src / main.h
blob05b5d8a2631094af0a065357db73fc7d9dfeed16
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 <sys/types.h>
13 extern int number_of_windows;
14 extern int to_error_log; /* Send messages here to log them */
15 extern gboolean override_redirect;
17 /* Prototypes */
18 int main(int argc, char **argv);
20 #endif /* _MAIN_H */