r110: Added a option for using RISC OS mouse bindings to the options box, although
[rox-filer.git] / ROX-Filer / src / action.h
blobf2359ac4cd6ed4e861a2fa9d917e7b6bba6ef039
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_delete(FilerWindow *filer_window);
14 void action_move(GSList *paths, char *dest);
15 void action_copy(GSList *paths, char *dest);
16 void action_link(GSList *paths, char *dest);
18 #endif /* _ACTION_H */