r69: Tidied up the options system a bit. Added drag-and-drop section (with
[rox-filer.git] / ROX-Filer / src / main.h
blob9a7e3a060449bb599451c509df9d0fe2ce055b47
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;
13 /* Prototypes */
14 int main(int argc, char **argv);
16 #endif /* _MAIN_H */