r195: The effective permissions are now underlined rather than uppercased.
[rox-filer.git] / ROX-Filer / src / action.h
blob7f250da4a26465f65bc0faac1a587a1e3ab0f078
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_init(void);
15 void action_usage(FilerWindow *filer_window);
16 void action_mount(FilerWindow *filer_window, DirItem *item);
17 void action_delete(FilerWindow *filer_window);
18 void action_move(GSList *paths, char *dest);
19 void action_copy(GSList *paths, char *dest);
20 void action_link(GSList *paths, char *dest);
22 #endif /* _ACTION_H */