r54: Drops are now only allowed if the destination is writeable. Copy, move and
[rox-filer/ma.git] / ROX-Filer / src / action.h
blob85e09f46f1b69045cce179dd37a72fadf5833223
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 _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 */