4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
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 */