r183: Added the TODO file. Info permissions are displayed in symbolic form.
[rox-filer.git] / ROX-Filer / src / action.h
blob7ec22ed1d69d325f811ae8fca522c7ebfc97439c
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _ACTION_H
9 #define _ACTION_H
11 #include "filer.h"
13 void action_usage(FilerWindow *filer_window);
14 void action_mount(FilerWindow *filer_window, DirItem *item);
15 void action_delete(FilerWindow *filer_window);
16 void action_move(GSList *paths, char *dest);
17 void action_copy(GSList *paths, char *dest);
18 void action_link(GSList *paths, char *dest);
20 #endif /* _ACTION_H */